Enable dri 32 bit support
This commit is contained in:
parent
3ecc2c05cd
commit
232fe98765
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue