switch from zen to xanmod as raf suggested

This commit is contained in:
jacekpoz 2024-02-02 01:31:11 +01:00
parent 41dfee1424
commit 7249a7dd50
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -29,7 +29,7 @@
};
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_xanmod_latest;
extraModulePackages = with config.boot.kernelPackages; [ ddcci-driver ];
kernelModules = [ "ddcci" ];
initrd.kernelModules = [ "amdgpu" ];