Solve doc kernel issue

This commit is contained in:
DashieTM 2024-08-28 00:59:01 +02:00
parent a5da4f286f
commit dfc4b5cf94
8 changed files with 31 additions and 23 deletions

View file

@ -60,6 +60,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;
programs = {
steam.enable = config.mods.gaming.steam;