nixos-config/system/hardware/opengl.nix

7 lines
58 B
Nix

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