From ff9ee23ee0ade952f2da7c0901030f49c2bc9e9e Mon Sep 17 00:00:00 2001 From: Lilly Date: Thu, 8 Jan 2026 10:28:00 +0000 Subject: [PATCH] Auto-commit: 2026-01-08 10:28:00 --- modules/core/nvidia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/nvidia.nix b/modules/core/nvidia.nix index a837fce..4d2876c 100644 --- a/modules/core/nvidia.nix +++ b/modules/core/nvidia.nix @@ -12,7 +12,7 @@ in open = true; nvidiaSettings = cfg.desktop.enable; # Optionally, you may need to select the appropriate driver version for your specific GPU. - package = config.boot.kernelPackages.nvidiaPackages.beta; + package = config.boot.kernelPackages.nvidiaPackages.stable; # package = config.boot.kernelPackages.nvidiaPackages.mkDriver { # version = "590.48.01"; # sha256_64bit = "sha256-ueL4BpN4FDHMh/TNKRCeEz3Oy1ClDWto1LO/LWlr1ok=";