Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
cfaa3e4c12
3 changed files with 14 additions and 12 deletions
|
@ -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": {
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
xh
|
||||
jq
|
||||
curl
|
||||
google-chrome
|
||||
];
|
||||
|
||||
services.udev.packages = [
|
||||
|
|
|
@ -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
|
||||
# '';
|
||||
# };
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue