Changed graphics settings as per errors/warnings.
This commit is contained in:
parent
08f9837fe1
commit
a2b2057bb1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue