1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Support 32 bit drivers on OpenGL as Steam uses 32 bit drivers for some fucking reason

This commit is contained in:
RGBCube 2023-05-21 00:01:22 +03:00
parent a0ac36968b
commit 73ec51750e
No known key found for this signature in database

View file

@ -37,4 +37,7 @@ systemConfiguration {
device = "/dev/disk/by-uuid/10bfe7d8-1daf-4c65-a5a6-cf3c9a085478";
}
];
# Steam uses 32-bit drivers for some unholy fucking reason.
hardware.opengl.driSupport32Bit = true;
}