use new graphics setting

This commit is contained in:
Noa Aarts 2024-06-24 09:24:32 +02:00
parent b9e45adc7b
commit 3a80d0c428

View file

@ -72,9 +72,9 @@
nvidiaSettings = true; nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.beta; package = config.boot.kernelPackages.nvidiaPackages.beta;
}; };
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport32Bit = true; enable32Bit = true;
}; };
# Allow unfree packages # Allow unfree packages