flake/machines/nixos/hardware/misc/opengl.nix

11 lines
138 B
Nix
Executable file

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