NixFiles/systems/pogmachine/opengl.nix
2023-04-09 12:56:40 +01:00

7 lines
97 B
Nix

{ config, ... }:
{
hardware.opengl.enable = true;
hardware.opengl.driSupport32Bit = true;
}