mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-16 16:11:15 +00:00
iron: update to match 25.11
This commit is contained in:
parent
9627e74f1d
commit
a320cba909
2 changed files with 5 additions and 9 deletions
|
|
@ -32,7 +32,7 @@
|
|||
pkgs.nix-which
|
||||
|
||||
# pretty tui tools
|
||||
pkgs.du-dust
|
||||
pkgs.dust
|
||||
pkgs.tokei
|
||||
pkgs.hyperfine
|
||||
pkgs.watchexec
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
{
|
||||
systemd.sleep.extraConfig = ''
|
||||
HibernateDelaySec=1d
|
||||
'';
|
||||
|
||||
services.logind = {
|
||||
powerKey = "hibernate";
|
||||
lidSwitch = "suspend-then-hibernate"; # won't happen there's no battery anyway
|
||||
lidSwitchDocked = "ignore";
|
||||
services.logind.settings = {
|
||||
# It's a server :sparkles:
|
||||
Login.HandleLidSwitch = "ignore";
|
||||
Login.HandleLidSwitchDocked = "ignore";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue