diff options
Diffstat (limited to 'hosts/nixios')
| -rw-r--r-- | hosts/nixios/default.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix index 3b80350..dab1c42 100644 --- a/hosts/nixios/default.nix +++ b/hosts/nixios/default.nix @@ -18,9 +18,11 @@ ]; services.logind = { - lidSwitch = "suspend"; - lidSwitchExternalPower = "suspend"; - settings.Login.LidSwitchIgnoreInhibited = "no"; + settings.Login = { + HandleLidSwitch = "suspend"; + HandleLidSwitchExternalPower = "suspend"; + LidSwitchIgnoreInhibited = "no"; + }; }; # REMOVE LATER @@ -43,7 +45,7 @@ beeMods = { mango.enable = true; - dwm.enable = true; + dwm.enable = false; }; xdg.portal = lib.mkForce { |
