Default WM

This commit is contained in:
Nox Sluijtman 2024-07-04 10:52:35 +02:00
parent ebaa95d0f9
commit 11f023039d
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M

View file

@ -9,7 +9,7 @@ in {
bqn.enable = mkEnableOption "Enables bqn layout";
touchpad = {
enableProperConfig = mkEnableOption "Enable the only correct touchpad settings";
enableProperConfig = mkEnableOption "Enable the touchpad settings";
accelProfile = mkOption {
type = types.enum [ "flat" "adaptive" ];
@ -72,6 +72,7 @@ in {
autoRepeatDelay = 200;
autoRepeatInterval = 16;
windowManager = {
default = "xmonad";
windowmaker.enable = true;
xmonad.enable = true;
};