switch to xanmod kernel on desktop systems

This commit is contained in:
k3t
2026-03-15 22:46:59 -06:00
parent efa4a5e37b
commit c5e73c1b6f
+1 -1
View File
@@ -3,7 +3,7 @@
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_lqx;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.kernelParams = [ "i915.enable_guc=3" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];