main-laptop: downgrade to Linux 6.11
This commit is contained in:
parent
c60173c595
commit
39c9ab5c89
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
#enable wayland for electron programs
|
#enable wayland for electron programs
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.systemd-boot.edk2-uefi-shell.enable = true;
|
boot.loader.systemd-boot.edk2-uefi-shell.enable = true;
|
||||||
boot.loader.systemd-boot.windows = {
|
boot.loader.systemd-boot.windows = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue