Minor fix for nvidia

This commit is contained in:
Vili Sinervä 2025-05-10 00:08:47 +03:00
parent 8c2b33f893
commit 687d0e4843
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -13,4 +13,5 @@
};
services.xserver.videoDrivers = [ "nvidia" ];
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
}