fixup: host/asus: disable wayland
This commit is contained in:
parent
4496c966cc
commit
f6f0aadd0f
3 changed files with 2 additions and 6 deletions
|
@ -9,10 +9,6 @@ in
|
||||||
|
|
||||||
home-manager.users.jan = {
|
home-manager.users.jan = {
|
||||||
local.window-manager = {
|
local.window-manager = {
|
||||||
river.enable = true;
|
|
||||||
|
|
||||||
polybar.enable = false;
|
|
||||||
xmonad.enable = false;
|
|
||||||
xmonad.projects = import ./xmonad-projects.secret.nix;
|
xmonad.projects = import ./xmonad-projects.secret.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@ in
|
||||||
inherit (themeCfg.window) activeBorder inactiveBorder;
|
inherit (themeCfg.window) activeBorder inactiveBorder;
|
||||||
inherit (themeCfg.highlights) critical warning success;
|
inherit (themeCfg.highlights) critical warning success;
|
||||||
inherit (themeCfg.syntax) mark1 mark2 mark3;
|
inherit (themeCfg.syntax) mark1 mark2 mark3;
|
||||||
kdbBrightnessScriptPath = "${./scripts/kdb_brightness.sh}";
|
kdbBrightnessScriptPath = "${../scripts/kdb_brightness.sh}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-
|
--
|
||||||
-- xmonad example config file.
|
-- xmonad example config file.
|
||||||
--
|
--
|
||||||
-- A template showing all available configuration hooks,
|
-- A template showing all available configuration hooks,
|
||||||
|
|
Loading…
Reference in a new issue