From 8a502bdf1597b8f77d86562e7ac8dd36c1e771e4 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 5 Nov 2025 22:17:53 -0600 Subject: [PATCH] didnt work lmao --- hosts/nixos/yveltal/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/nixos/yveltal/configuration.nix b/hosts/nixos/yveltal/configuration.nix index 9589304..c5e4c3e 100644 --- a/hosts/nixos/yveltal/configuration.nix +++ b/hosts/nixos/yveltal/configuration.nix @@ -43,11 +43,11 @@ # fix power buttons services.logind.settings.Login = { - #HandlePowerKey = "suspend"; - #HandleLidSwitch = "suspend"; - HandlePowerKey = "suspend-then-hibernate"; - HandleLidSwitch = "suspend-then-hibernate"; - HibernateDelaySec = "1800"; + HandlePowerKey = "suspend"; + HandleLidSwitch = "suspend"; + #HandlePowerKey = "suspend-then-hibernate"; + #HandleLidSwitch = "suspend-then-hibernate"; + #HibernateDelaySec = "1800"; }; # boot (systemd is growing on me)