zaneyos/config/system/opengl.nix
2024-01-27 00:15:04 -06:00

11 lines
141 B
Nix

{ pkgs, config, lib, ... }:
{
# OpenGL
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
}