diff --git a/hosts/jericho/system.nix b/hosts/jericho/system.nix index 7cf521f..93f660b 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_18; + boot.kernelPackages = pkgs.linuxPackages_5_19; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;