nixos: use xanmod again

This commit is contained in:
Alexandre Cavalheiro 2024-04-11 20:01:04 -03:00
parent 1ed026afd8
commit bb7282070e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -44,7 +44,7 @@
##
# Kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
# Add AMD drivers.
boot.initrd.kernelModules = [ "amdgpu" ];
@ -52,7 +52,7 @@
# TODO: FIX IT BEING BEING OVERWRITTEN
boot.extraModulePackages = [
config.boot.kernelPackages.v4l2loopback
(pkgs.callPackage ./kernel/zenergy.nix { kernel = pkgs.linux_latest; })
(pkgs.callPackage ./kernel/zenergy.nix { kernel = pkgs.linux_xanmod_latest; })
];
# Bootloader.