Default WM
This commit is contained in:
parent
ebaa95d0f9
commit
11f023039d
|
@ -9,7 +9,7 @@ in {
|
||||||
bqn.enable = mkEnableOption "Enables bqn layout";
|
bqn.enable = mkEnableOption "Enables bqn layout";
|
||||||
|
|
||||||
touchpad = {
|
touchpad = {
|
||||||
enableProperConfig = mkEnableOption "Enable the only correct touchpad settings";
|
enableProperConfig = mkEnableOption "Enable the touchpad settings";
|
||||||
|
|
||||||
accelProfile = mkOption {
|
accelProfile = mkOption {
|
||||||
type = types.enum [ "flat" "adaptive" ];
|
type = types.enum [ "flat" "adaptive" ];
|
||||||
|
@ -72,6 +72,7 @@ in {
|
||||||
autoRepeatDelay = 200;
|
autoRepeatDelay = 200;
|
||||||
autoRepeatInterval = 16;
|
autoRepeatInterval = 16;
|
||||||
windowManager = {
|
windowManager = {
|
||||||
|
default = "xmonad";
|
||||||
windowmaker.enable = true;
|
windowmaker.enable = true;
|
||||||
xmonad.enable = true;
|
xmonad.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue