diff options
author | Alan Pearce | 2023-08-09 17:18:03 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-09 19:22:26 +0200 |
commit | 6da36f9d0a4bd300952bd181db72b7e6a224e92d (patch) | |
tree | c1100e8e9e29bbffea8f87ff0825bcf0d45bf92f | |
parent | 6011c5dd456c90d5cb1f0b50aeff155792921fec (diff) | |
download | nixfiles-6da36f9d0a4bd300952bd181db72b7e6a224e92d.tar.lz nixfiles-6da36f9d0a4bd300952bd181db72b7e6a224e92d.tar.zst nixfiles-6da36f9d0a4bd300952bd181db72b7e6a224e92d.zip |
prefect: switch to xanmod kernel
-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 ]; |