disable dri support?

This commit is contained in:
Noa Aarts 2024-04-29 22:35:15 +02:00
parent 93cc26558e
commit 9ff5c7fd5a

View file

@ -2,8 +2,8 @@
{ {
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true; driSupport = false;
driSupport32Bit = true; driSupport32Bit = false;
}; };
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];