prefect: switch to xanmod kernel
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -37,7 +37,7 @@ services.xserver.monitorSection = '' Option "DPMS" ''; - boot.kernelPackages = pkgs.linuxPackages_zen; + boot.kernelPackages = pkgs.linuxPackages_xanmod; boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];