Update to 25.11
This commit is contained in:
parent
5fd7eb5ee2
commit
55292a69f4
6 changed files with 64 additions and 49 deletions
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
|
||||
services.logind = {
|
||||
lidSwitch = "suspend-then-hibernate";
|
||||
lidSwitchDocked = "suspend-then-hibernate";
|
||||
powerKey = "ignore";
|
||||
services.logind.settings.Login = {
|
||||
HandleLidSwitch= "suspend-then-hibernate";
|
||||
HandleLidSwitchDocked = "suspend-then-hibernate";
|
||||
HandlePowerKey = "ignore";
|
||||
};
|
||||
|
||||
programs.auto-cpufreq.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue