diff --git a/hosts/jericho/system.nix b/hosts/jericho/system.nix index 690a9c1..7d567fd 100644 --- a/hosts/jericho/system.nix +++ b/hosts/jericho/system.nix @@ -13,7 +13,7 @@ ++ aspect.sets.laptop ++ (with aspect.modules; [ games ]); - boot.kernelPackages = pkgs.linuxPackages_5_16; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;