From 4b3b5a89d62d691f52a488bd4c5b0d789f17c9fe Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 25 Feb 2026 13:19:41 +0300 Subject: [PATCH] I need this line too for the laptop to actually suspend --- common/laptop-things.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/laptop-things.nix b/common/laptop-things.nix index 746445e..91ba0e0 100644 --- a/common/laptop-things.nix +++ b/common/laptop-things.nix @@ -12,6 +12,7 @@ settings.Login = { HandlePowerKey="suspend"; HandleLidSwitch="suspend"; + HandleLidSwitchDocked="suspend"; }; };