Use cachyOS kernel for gaming
This commit is contained in:
parent
f9ddae6478
commit
6c1aff4c0e
2 changed files with 12 additions and 3 deletions
|
|
@ -61,7 +61,7 @@
|
|||
config = lib.mkIf config.mods.gaming.enable (
|
||||
lib.optionalAttrs (options ? environment.systemPackages) {
|
||||
environment.systemPackages = config.mods.gaming.tools;
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod_latest;
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
|
||||
|
||||
programs = {
|
||||
steam.enable = config.mods.gaming.steam;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue