6 lines
125 B
Nix
Raw Normal View History

2023-11-16 23:06:28 +01:00
{ ... }: {
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true;
}