From ab0558eaf33fa8ca0c8dfd24400648cb945e7efe Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 10 May 2025 18:48:08 +0100 Subject: [PATCH] refactor build --- hosts/hypr-nix/configuration.nix | 2 +- hosts/hypr-nix/packages.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/hypr-nix/configuration.nix b/hosts/hypr-nix/configuration.nix index c009588..9862a3e 100644 --- a/hosts/hypr-nix/configuration.nix +++ b/hosts/hypr-nix/configuration.nix @@ -24,7 +24,7 @@ boot.loader.grub.device = "/dev/nvme0n1"; boot.loader.grub.useOSProber = true; boot.initrd.kernelModules = [ "amdgpu" ]; - boot.kernelPackages = pkgs.linuxPackages; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelParams = [ "cgroup_enable=cpuset,cpu,cpuacct,blkio,devices,freezer,net_cls,perf_event,net_prio,hugetlb,pids" ]; diff --git a/hosts/hypr-nix/packages.nix b/hosts/hypr-nix/packages.nix index 41b4e18..f867b3a 100644 --- a/hosts/hypr-nix/packages.nix +++ b/hosts/hypr-nix/packages.nix @@ -15,9 +15,7 @@ glew glfw libGL - SDL2 sdl3 - SDL2_image vulkan-loader vulkan-tools vulkan-headers