Changed graphics settings as per errors/warnings.

This commit is contained in:
vorboyvo 2024-07-11 12:44:01 -04:00
parent 08f9837fe1
commit a2b2057bb1

View file

@ -70,10 +70,9 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
# Enable nvidia drivers and graphics. # Enable nvidia drivers and graphics.
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport = true; enable32Bit = true;
driSupport32Bit = true;
}; };
# Load nvidia driver for Xorg and Wayland # Load nvidia driver for Xorg and Wayland