From 11f023039d08c0fc5f41cd7b75200aaa83fa7093 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Thu, 4 Jul 2024 10:52:35 +0200 Subject: [PATCH] Default WM --- modules/xconfig.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; };