fix(nixos:video): remove driSupport

This commit is contained in:
ooks-io 2024-06-30 21:17:50 +12:00
parent 870b44871d
commit 8e813416e2

View file

@ -12,7 +12,6 @@ in
hardware = { hardware = {
opengl = { opengl = {
enable = true; enable = true;
driSupport = true;
driSupport32Bit = isx86Linux pkgs; driSupport32Bit = isx86Linux pkgs;
}; };
}; };