main-laptop: downgrade to Linux 6.11

This commit is contained in:
Veneficium 2024-12-05 22:26:20 +01:00
parent c60173c595
commit 39c9ab5c89

View file

@ -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 = {