nixos-config/system/hardware/opengl.nix

7 lines
72 B
Nix

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