From d0be4ca9ae9aee3509ef7765854203f28572d061 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 20:19:46 +0100 Subject: [PATCH] lock on suspend + manual --- lock-suspend.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lock-suspend.nix b/lock-suspend.nix index c93868e..fe7b991 100644 --- a/lock-suspend.nix +++ b/lock-suspend.nix @@ -2,7 +2,7 @@ { services.logind = { - lidSwitch = "suspend"; # suspend on lid close + HandleLidSwitch = "suspend"; # suspend on lid close }; systemd.services.hyprlock-pre-suspend = {