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 = {
enable = true;
driSupport = true;
driSupport32Bit = true;
driSupport = false;
driSupport32Bit = false;
};
services.xserver.videoDrivers = [ "nvidia" ];