mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added nvidia
This commit is contained in:
parent
d79a02a266
commit
d03c0990e8
2 changed files with 8 additions and 0 deletions
|
@ -3,5 +3,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./pipewire.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…
Add table
Add a link
Reference in a new issue