summaryrefslogtreecommitdiff
path: root/hosts/nixios
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-11 10:38:51 +0530
committerbrustybee <bee@4d2.org>2026-03-11 10:38:51 +0530
commit6d8eec22cddf0be0c190fb06c88f9fd9e3838757 (patch)
tree8d75504041c3a555a01f19002428c75fba190ef4 /hosts/nixios
parent870745197024128e29c4f461a0e09d36dcf348bb (diff)
Add dwm
Diffstat (limited to 'hosts/nixios')
-rw-r--r--hosts/nixios/default.nix8
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 {