Enable dri 32 bit support

This commit is contained in:
Bad 2021-11-23 01:05:20 +01:00
parent 3ecc2c05cd
commit 232fe98765

View file

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