diff --git a/flake.lock b/flake.lock index 3cebd52..a9a88eb 100644 --- a/flake.lock +++ b/flake.lock @@ -158,11 +158,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1711263746, - "narHash": "sha256-RzcNVnCcrbkwZinxrgKJ89YBd7INl9UHr8A1e/EIqIQ=", + "lastModified": 1712107932, + "narHash": "sha256-QvuNAykLFRDz64IG087M85mXYkQf96oRzGzFdsaxlyw=", "owner": "helix-editor", "repo": "helix", - "rev": "47995bfb0cf3b0bc232a87340c7a01ff26d45bbc", + "rev": "e54e3f07cbb0df351b0668338a5e976923feaccd", "type": "github" }, "original": { diff --git a/modules/nixos/development-tools.nix b/modules/nixos/development-tools.nix index 1d58aea..fa083b3 100644 --- a/modules/nixos/development-tools.nix +++ b/modules/nixos/development-tools.nix @@ -28,6 +28,7 @@ xh jq curl + google-chrome ]; services.udev.packages = [ 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 + # ''; + # }; } ];