refactor: change desktop kernal zen -> xanmod

This commit is contained in:
ooks-io 2024-02-19 21:49:04 +13:00
parent 6af6edf819
commit 90e288954d

View file

@ -18,6 +18,6 @@
# useDHCP = true;
};
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
kernelPackages = pkgs.linuxPackages_xanmod_latest;
};
}