nixos-config/system/hardware/opengl.nix

7 lines
72 B
Nix
Raw Normal View History

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