Switch from zen kernel to latest kernel for laptops
Due to build failure at least in release 25.11.
This commit is contained in:
parent
13ca1dc205
commit
502fecdd4e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}: {
|
||||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
services.logind.settings.Login = {
|
||||
HandleLidSwitch= "suspend-then-hibernate";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue