From c0f72cd01e96d3e9093250626a81c92c7c5cd85b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 1 Apr 2024 15:00:55 -0500 Subject: [PATCH] No more logind config --- nixos/foxtrot.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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 + # ''; + # }; } ];