chore: move nvidia profile to hardware
This commit is contained in:
parent
1d2430a785
commit
0519deb1ae
1 changed files with 0 additions and 0 deletions
6
profiles/hardware/nvidia.nix
Normal file
6
profiles/hardware/nvidia.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue