nix-config/hosts/goober/features/hardware/nvidia.nix

8 lines
93 B
Nix
Raw Normal View History

2025-02-12 10:11:34 +01:00
{config, pkgs, ...}:
2025-02-09 17:30:51 +01:00
{
hardware.graphics.enable = true;
hardware.nvidia.open = true;
}