Update to 25.11

This commit is contained in:
JuliusFreudenberger 2025-12-24 23:20:37 +01:00
parent 5fd7eb5ee2
commit 55292a69f4
6 changed files with 64 additions and 49 deletions

View file

@ -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;