diff --git a/hosts/asus-gl553vd/users/jan.nix b/hosts/asus-gl553vd/users/jan.nix index 1ff6e13..188d643 100644 --- a/hosts/asus-gl553vd/users/jan.nix +++ b/hosts/asus-gl553vd/users/jan.nix @@ -9,10 +9,6 @@ in home-manager.users.jan = { local.window-manager = { - river.enable = true; - - polybar.enable = false; - xmonad.enable = false; xmonad.projects = import ./xmonad-projects.secret.nix; }; diff --git a/modules/home-manager/configs/window-manager/xmonad/default.nix b/modules/home-manager/configs/window-manager/xmonad/default.nix index 3c2174a..2a8907d 100644 --- a/modules/home-manager/configs/window-manager/xmonad/default.nix +++ b/modules/home-manager/configs/window-manager/xmonad/default.nix @@ -85,7 +85,7 @@ in inherit (themeCfg.window) activeBorder inactiveBorder; inherit (themeCfg.highlights) critical warning success; inherit (themeCfg.syntax) mark1 mark2 mark3; - kdbBrightnessScriptPath = "${./scripts/kdb_brightness.sh}"; + kdbBrightnessScriptPath = "${../scripts/kdb_brightness.sh}"; }; }; diff --git a/modules/home-manager/configs/window-manager/xmonad/xmonad_config.hs b/modules/home-manager/configs/window-manager/xmonad/xmonad_config.hs index 7ec4383..e5d4207 100644 --- a/modules/home-manager/configs/window-manager/xmonad/xmonad_config.hs +++ b/modules/home-manager/configs/window-manager/xmonad/xmonad_config.hs @@ -1,4 +1,4 @@ -- +-- -- xmonad example config file. -- -- A template showing all available configuration hooks,