Merge remote-tracking branch 'origin/main'

This commit is contained in:
Daniel Flanagan 2024-04-04 09:24:18 -05:00
commit cfaa3e4c12
3 changed files with 14 additions and 12 deletions

View file

@ -158,11 +158,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1711263746, "lastModified": 1712107932,
"narHash": "sha256-RzcNVnCcrbkwZinxrgKJ89YBd7INl9UHr8A1e/EIqIQ=", "narHash": "sha256-QvuNAykLFRDz64IG087M85mXYkQf96oRzGzFdsaxlyw=",
"owner": "helix-editor", "owner": "helix-editor",
"repo": "helix", "repo": "helix",
"rev": "47995bfb0cf3b0bc232a87340c7a01ff26d45bbc", "rev": "e54e3f07cbb0df351b0668338a5e976923feaccd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -28,6 +28,7 @@
xh xh
jq jq
curl curl
google-chrome
]; ];
services.udev.packages = [ services.udev.packages = [

View file

@ -56,15 +56,16 @@ in {
# }) # })
# .fwupd; # .fwupd;
services.fwupd.extraRemotes = ["lvfs-testing"]; services.fwupd.extraRemotes = ["lvfs-testing"];
services.logind = { # NOTE: I'm letting plasma settings handle this I guess?
lidSwitch = "suspend-then-hibernate"; # services.logind = {
# HandleLidSwitchDocked=ignore # lidSwitch = "suspend-then-hibernate";
extraConfig = '' # # HandleLidSwitchDocked=ignore
HandlePowerKey=suspend-then-hibernate # extraConfig = ''
IdleActionSec=10m # HandlePowerKey=suspend-then-hibernate
IdleAction=suspend-then-hibernate # IdleActionSec=10m
''; # IdleAction=suspend-then-hibernate
}; # '';
# };
} }
]; ];