summaryrefslogtreecommitdiff
path: root/hosts/nixios
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-11 13:48:40 +0530
committerbrustybee <bee@4d2.org>2026-03-11 13:48:40 +0530
commit83f0f303a95277171b5f0d059959af9f4116cdb1 (patch)
tree483f5eb7b623290977154e367dc4cde9d72a5dc1 /hosts/nixios
parent6d8eec22cddf0be0c190fb06c88f9fd9e3838757 (diff)
add swaylock and swayidle and avoid x11 and wayland services clash
Diffstat (limited to 'hosts/nixios')
-rw-r--r--hosts/nixios/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index ca3a6b3..3b80350 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -20,7 +20,7 @@
services.logind = {
lidSwitch = "suspend";
lidSwitchExternalPower = "suspend";
- # settings.Login.LidSwitchIgnoreInhibited = "no";
+ settings.Login.LidSwitchIgnoreInhibited = "no";
};
# REMOVE LATER