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