Files
nixos-config/system/hardware/opengl.nix
2024-12-28 10:47:54 -06:00

7 lines
64 B
Nix

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