Trying latest xanmod kernel

This commit is contained in:
Emmet 2024-05-24 19:16:00 -05:00
parent 47c7854577
commit a8cc72538a

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
boot.kernelPackages = pkgs.linuxPackages_zen; boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.consoleLogLevel = 0; boot.consoleLogLevel = 0;
} }