nix-config/hosts/goober/features/hardware/nvidia.nix
2025-02-12 10:11:34 +01:00

8 lines
93 B
Nix

{config, pkgs, ...}:
{
hardware.graphics.enable = true;
hardware.nvidia.open = true;
}