From 90b72c66dd5c1b98721524084feb352f0c0d2b05 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 6 Jul 2022 00:18:52 +0200 Subject: Luna+VM: Add xmonadctl and xmonad sxhkd config --- hosts/luna/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/luna') 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") + '' -- cgit 1.4.1