Files
nixos-config/system/hardware/opengl.nix
2023-06-20 22:08:25 -05:00

7 lines
72 B
Nix

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