2023-11-17 02:20:02 +01:00

6 lines
125 B
Nix

{ ... }: {
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true;
}