about summary refs log tree commit diff
path: root/hosts/luna/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-06 00:18:52 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-06 00:18:52 +0200
commit90b72c66dd5c1b98721524084feb352f0c0d2b05 (patch)
tree7a3e1229f2787eeb6a9c61339bf766eaea6eb889 /hosts/luna/home.nix
parentfmt (diff)
downloadnixos-config-90b72c66dd5c1b98721524084feb352f0c0d2b05.tar.gz
nixos-config-90b72c66dd5c1b98721524084feb352f0c0d2b05.tar.bz2
nixos-config-90b72c66dd5c1b98721524084feb352f0c0d2b05.zip
Luna+VM: Add xmonadctl and xmonad sxhkd config
Diffstat (limited to '')
-rw-r--r--hosts/luna/home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix
index cb8f5e9..1f2b664 100644
--- a/hosts/luna/home.nix
+++ b/hosts/luna/home.nix
@@ -16,6 +16,7 @@ in
     kindlegen
     manga-cli
     mov-cli
+    xmonadctl
   ]);
 
   programs.firefox.profiles.default.settings = {
@@ -47,7 +48,7 @@ in
     '';
 
     "sxhkd/sxhkdrc".text =
-      builtins.readFile (dotfiles + "/sxhkd/dwm") +
+      builtins.readFile (dotfiles + "/sxhkd/xmonad") +
       builtins.readFile (dotfiles + "/sxhkd/base") +
       ''