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"
},
"locked": {
"lastModified": 1711263746,
"narHash": "sha256-RzcNVnCcrbkwZinxrgKJ89YBd7INl9UHr8A1e/EIqIQ=",
"lastModified": 1712107932,
"narHash": "sha256-QvuNAykLFRDz64IG087M85mXYkQf96oRzGzFdsaxlyw=",
"owner": "helix-editor",
"repo": "helix",
"rev": "47995bfb0cf3b0bc232a87340c7a01ff26d45bbc",
"rev": "e54e3f07cbb0df351b0668338a5e976923feaccd",
"type": "github"
},
"original": {

View file

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

View file

@ -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
# '';
# };
}
];