driSupport doesn't exist anymore

This commit is contained in:
Andrea Ciceri 2024-07-11 11:51:44 +02:00
parent bd015badf8
commit 36482dbb45
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 0 additions and 2 deletions

View file

@ -98,7 +98,6 @@
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
}; };
} }

View file

@ -129,7 +129,6 @@
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;
# driSupport = true;
enable32Bit = true; enable32Bit = true;
}; };