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,10 +72,10 @@
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
hardware.graphics = {
enable = true;
enable32Bit = true;
};
# Allow unfree packages
nixpkgs.config = {