aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
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 '';