diff options
| author | brustybee <bee@4d2.org> | 2026-03-11 10:38:51 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-11 10:38:51 +0530 |
| commit | 6d8eec22cddf0be0c190fb06c88f9fd9e3838757 (patch) | |
| tree | 8d75504041c3a555a01f19002428c75fba190ef4 /hosts/nixios/default.nix | |
| parent | 870745197024128e29c4f461a0e09d36dcf348bb (diff) | |
Add dwm
Diffstat (limited to 'hosts/nixios/default.nix')
| -rw-r--r-- | hosts/nixios/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix index 1eb9a86..ca3a6b3 100644 --- a/hosts/nixios/default.nix +++ b/hosts/nixios/default.nix @@ -17,6 +17,12 @@ beeMods ]; + services.logind = { + lidSwitch = "suspend"; + lidSwitchExternalPower = "suspend"; + # settings.Login.LidSwitchIgnoreInhibited = "no"; + }; + # REMOVE LATER virtualisation.vmVariant = { users.users.${user}.password = "1"; @@ -34,10 +40,10 @@ boot.kernelPackages = pkgs.linuxPackages_zen; programs.dconf.enable = true; - security.pam.services.swaylock = { }; beeMods = { mango.enable = true; + dwm.enable = true; }; xdg.portal = lib.mkForce { |
