Trying cachyos kernel

This commit is contained in:
Emmet
2024-12-06 10:31:50 -06:00
parent 5ba4deb614
commit 09708e1b37
2 changed files with 134 additions and 15 deletions

View File

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