nixos-config/system/hardware/opengl.nix
2024-06-26 20:49:16 +02:00

7 lines
101 B
Nix

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