about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/larbs.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/larbs.nix b/modules/larbs.nix
index 7a3d737..e27c8a3 100755
--- a/modules/larbs.nix
+++ b/modules/larbs.nix
@@ -27,6 +27,12 @@ in
     ./slock.nix
   ];
 
+  gtk.iconCache.enable = true;
+
+  environment.shellAliases = {
+    cmus = "screen -q -r -D cmus || screen -S cmus /run/current-system/sw/bin/cmus";
+  };
+
   environment.systemPackages = with pkgs; [
     ## Scripts utils
     #TODO: move to larbs-scripts
@@ -38,9 +44,15 @@ in
     python3Packages.pywal
     xwallpaper
     xcompmgr
+    screen
+
+    cmus
 
     nur.repos.pn.groff
 
+    hicolor-icon-theme
+    gnome3.adwaita-icon-theme
+
     playerctl
 
     todos