diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 2f00ed8..1421770 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -11,6 +11,9 @@ inputs.home-manager.nixosModules.default ]; +# Kernel + boot.kernelPackages = pkgs.linuxPackages_latest; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;