temp: disable openGL options

This commit is contained in:
Veneficium 2024-06-22 13:48:19 +02:00
parent b12d37aa05
commit 654816f659
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,6 @@
config = lib.mkIf config.settings.drivers.gpu.opengl.enable {
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
};