diff --git a/nixos/foxtrot.nix b/nixos/foxtrot.nix index 2f26cef..7acc00f 100644 --- a/nixos/foxtrot.nix +++ b/nixos/foxtrot.nix @@ -56,15 +56,16 @@ in { # }) # .fwupd; services.fwupd.extraRemotes = ["lvfs-testing"]; - services.logind = { - lidSwitch = "suspend-then-hibernate"; - # HandleLidSwitchDocked=ignore - extraConfig = '' - HandlePowerKey=suspend-then-hibernate - IdleActionSec=10m - IdleAction=suspend-then-hibernate - ''; - }; + # NOTE: I'm letting plasma settings handle this I guess? + # services.logind = { + # lidSwitch = "suspend-then-hibernate"; + # # HandleLidSwitchDocked=ignore + # extraConfig = '' + # HandlePowerKey=suspend-then-hibernate + # IdleActionSec=10m + # IdleAction=suspend-then-hibernate + # ''; + # }; } ];