From 8a4f715cbb1e0dd7b5190468794616a167c89fe2 Mon Sep 17 00:00:00 2001 From: Parker TenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Sat, 23 May 2026 23:55:24 -0400 Subject: [PATCH] hibernate not suspend --- hosts/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop.nix b/hosts/laptop.nix index 6cf84ab..e2b19a1 100644 --- a/hosts/laptop.nix +++ b/hosts/laptop.nix @@ -20,7 +20,7 @@ networking.hostName = "laptop"; - services.logind.settings.Login.HandlePowerKey = "suspend"; + services.logind.settings.Login.HandlePowerKey = "hibernate"; # stupid ISO keyboards console.useXkbConfig = true;