about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-05-01 17:36:05 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-05-01 17:36:05 +0200
commitc18458e1194f4ed9730e7d015f1f13a2519f759d (patch)
tree79c477270d15a544ff67f169a7d0d1f89d76d257 /modules
parentd9e6f0f7fb528582f6ce3950d6d08a420a40adf0 (diff)
downloaddots-c18458e1194f4ed9730e7d015f1f13a2519f759d.tar.gz
dots-c18458e1194f4ed9730e7d015f1f13a2519f759d.zip
UltraNav keyboard - use Alt
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