Fix typo
This commit is contained in:
parent
57e1dfd1b8
commit
18e0f0ed2d
|
@ -58,6 +58,6 @@
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
driSupport32 = true;
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue