diff options
| author | Baitinq <[email protected]> | 2022-07-06 00:18:52 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-06 00:18:52 +0200 |
| commit | 0fca6c5ae498545bb9895c14f6cdc2b2474767d6 (patch) | |
| tree | 222f2f1b8cec93462d485fd70f73f8e30225aaa2 /hosts/luna | |
| parent | fmt (diff) | |
| download | nixos-config-0fca6c5ae498545bb9895c14f6cdc2b2474767d6.tar.gz nixos-config-0fca6c5ae498545bb9895c14f6cdc2b2474767d6.tar.bz2 nixos-config-0fca6c5ae498545bb9895c14f6cdc2b2474767d6.zip | |
Luna+VM: Add xmonadctl and xmonad sxhkd config
Diffstat (limited to 'hosts/luna')
| -rw-r--r-- | hosts/luna/home.nix | 3 |
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") + '' |