aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-15 07:18:23 +0000
committerAkshay <[email protected]>2022-01-15 07:18:23 +0000
commit851ccfefa0cecfb28180904d9d5051067a6e3a0c (patch)
treec7cfec68cf4fe6e344260ab09c81bab86252371d /home.nix
parentb71b8335bbbdf82e6605c5b016b326ab90a9974e (diff)
minor
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 5392ce8..77484ec 100644
--- a/home.nix
+++ b/home.nix
@@ -58,6 +58,7 @@
58 libnotify 58 libnotify
59 inotify-tools 59 inotify-tools
60 rtorrent 60 rtorrent
61 sxiv
61 62
62 # meta 63 # meta
63 nixpkgs-review 64 nixpkgs-review
@@ -82,7 +83,7 @@
82 enable = true; 83 enable = true;
83 windowManager.command = "2bwm"; 84 windowManager.command = "2bwm";
84 initExtra = '' 85 initExtra = ''
85 ${pkgs.hsetroot}/bin/hsetroot -solid "#000" 86 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}"
86 xrdb -load $HOME/.Xresources 87 xrdb -load $HOME/.Xresources
87 setxkbmap -option 'caps:swapescape' 88 setxkbmap -option 'caps:swapescape'
88 ''; 89 '';