about summary refs log tree commit diff stats
path: root/system/graphics/default.nix
blob: eb92d5ec81ba911d5791ddc8e872a9952c12fe29 (plain) (blame)
1
2
3
4
{config, ...}: {
  hardware.opengl.enable = true;
}
# vim: ts=2