flake/nixos/hardware/misc/opengl.nix
2023-09-19 08:17:43 +08:00

12 lines
No EOL
141 B
Nix
Executable file

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