summaryrefslogtreecommitdiff
path: root/hosts/nixios/default.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-12 10:58:22 +0530
committerbrustybee <bee@4d2.org>2026-03-12 10:58:22 +0530
commite2e728e1a5cee23258d7620d81c4a6fd80e45858 (patch)
treecd713a43c7c49b25a66f19ecf44bf87303994773 /hosts/nixios/default.nix
parent83f0f303a95277171b5f0d059959af9f4116cdb1 (diff)
diable dwm update flake add element-desktop
Diffstat (limited to 'hosts/nixios/default.nix')
-rw-r--r--hosts/nixios/default.nix10
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 {