Default WM
This commit is contained in:
parent
ebaa95d0f9
commit
11f023039d
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue