diff --git a/modules/system/hardware/graphics/nvidia.nix b/modules/system/hardware/graphics/nvidia.nix index cf086ff..0641a01 100644 --- a/modules/system/hardware/graphics/nvidia.nix +++ b/modules/system/hardware/graphics/nvidia.nix @@ -51,7 +51,7 @@ in nvidiaSettings = true; # Optionally, you may need to select the appropriate driver version for your specific GPU. - package = config.boot.kernelPackages.nvidiaPackages.latest; + package = config.boot.kernelPackages.nvidiaPackages.beta; }; };