diff --git a/modules/xconfig.nix b/modules/xconfig.nix index 906268a..f56ce2d 100644 --- a/modules/xconfig.nix +++ b/modules/xconfig.nix @@ -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; };