diff options
| author | brustybee <bee@4d2.org> | 2026-03-11 13:48:40 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-11 13:48:40 +0530 |
| commit | 83f0f303a95277171b5f0d059959af9f4116cdb1 (patch) | |
| tree | 483f5eb7b623290977154e367dc4cde9d72a5dc1 /hosts/nixios/default.nix | |
| parent | 6d8eec22cddf0be0c190fb06c88f9fd9e3838757 (diff) | |
add swaylock and swayidle and avoid x11 and wayland services clash
Diffstat (limited to 'hosts/nixios/default.nix')
| -rw-r--r-- | hosts/nixios/default.nix | 2 |
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 |
