diff options
-rw-r--r-- | system/prefect.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index a2db6547..0078dca4 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -37,7 +37,7 @@ Option "DPMS" ''; - boot.kernelPackages = pkgs.linuxPackages_zen; + boot.kernelPackages = pkgs.linuxPackages_xanmod; boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ]; |