nixos(kernel): move to zen kernel

This commit is contained in:
Alexandre Cavalheiro 2024-04-26 07:51:36 -03:00
parent 52fb5a99a2
commit 09b590e5ce
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

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