diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index b29f9ce..956ebd3 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -95,7 +95,7 @@ #enable wayland for electron programs environment.sessionVariables.NIXOS_OZONE_WL = "1"; - boot.kernelPackages = pkgs.linuxPackages_6_11; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.edk2-uefi-shell.enable = true; boot.loader.systemd-boot.windows = {