feat(nixos): Switch to xanmod kernel

This commit is contained in:
punkfairie 2025-01-27 16:18:37 -08:00
parent 133f4c6546
commit b5e4d7d649
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
boot.kernelPackages = pkgs.linuxPackages_xanmod;
}