fixup: host/asus: disable wayland

This commit is contained in:
Dmitriy Pleshevskiy 2024-04-24 10:19:30 +03:00
parent 4496c966cc
commit f6f0aadd0f
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
3 changed files with 2 additions and 6 deletions

View File

@ -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;
};

View File

@ -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}";
};
};

View File

@ -1,4 +1,4 @@
-
--
-- xmonad example config file.
--
-- A template showing all available configuration hooks,