fix: hyprland with nvidia

This commit is contained in:
Ryan Yin
2025-06-07 10:33:13 +08:00
parent a3e99c913f
commit 4fb61ddc59
4 changed files with 15 additions and 21 deletions

View File

@@ -18,8 +18,8 @@
boot.loader.efi.efiSysMountPoint = "/boot";
boot.loader.systemd-boot.enable = true;
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = [];