diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-06 00:18:52 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-06 00:18:52 +0200 |
commit | 90b72c66dd5c1b98721524084feb352f0c0d2b05 (patch) | |
tree | 7a3e1229f2787eeb6a9c61339bf766eaea6eb889 /hosts/vm | |
parent | fmt (diff) | |
download | nixos-config-90b72c66dd5c1b98721524084feb352f0c0d2b05.tar.gz nixos-config-90b72c66dd5c1b98721524084feb352f0c0d2b05.tar.bz2 nixos-config-90b72c66dd5c1b98721524084feb352f0c0d2b05.zip |
Luna+VM: Add xmonadctl and xmonad sxhkd config
Diffstat (limited to 'hosts/vm')
-rw-r--r-- | hosts/vm/home.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix index a409b37..6f442ce 100644 --- a/hosts/vm/home.nix +++ b/hosts/vm/home.nix @@ -6,7 +6,10 @@ in home.packages = with pkgs; [ jetbrains.idea-community qtcreator - ]; + ] ++ + (with pkgs.custom; [ + xmonadctl + ]); xdg.configFile = { "dwmbar/config".text = '' @@ -33,7 +36,7 @@ in ''; "sxhkd/sxhkdrc".text = - builtins.readFile (dotfiles + "/sxhkd/dwm") + + builtins.readFile (dotfiles + "/sxhkd/xmonad") + builtins.readFile (dotfiles + "/sxhkd/base") + '' |