mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
7 lines
88 B
Nix
7 lines
88 B
Nix
{config, pkgs}:
|
|
|
|
{
|
|
|
|
hardware.graphics.enable = true;
|
|
hardware.nvidia.open = true;
|
|
}
|