apply patch from neuro
This commit is contained in:
10
nixos/system/neuro/hardware.nix
Normal file
10
nixos/system/neuro/hardware.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.graphics.enable = true;
|
||||
hardware.nvidia = {
|
||||
open = false;
|
||||
nvidiaSettings = false;
|
||||
modesetting.enable = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user