nvidia: Set to production (Can fix glitch during gaming session)

This commit is contained in:
Florian RICHER 2024-03-16 23:27:33 +01:00
parent 3c78f3a2c1
commit 00c755146c

View file

@ -35,6 +35,6 @@
nvidiaSettings = true; nvidiaSettings = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU. # 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.production;
}; };
} }