mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-22 22:33:56 +01:00
added nvidia
This commit is contained in:
parent
d79a02a266
commit
d03c0990e8
|
@ -3,5 +3,6 @@
|
|||
imports = [
|
||||
./bluetooth.nix
|
||||
./pipewire.nix
|
||||
./nvidia.nix
|
||||
];
|
||||
}
|
||||
|
|
7
hosts/goober/features/hardware/nvidia.nix
Normal file
7
hosts/goober/features/hardware/nvidia.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{config, pkgs}:
|
||||
|
||||
{
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
hardware.nvidia.open = true;
|
||||
}
|
Loading…
Reference in a new issue