diff options
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/nvidia-gpu.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hardware/nvidia-gpu.nix b/modules/hardware/nvidia-gpu.nix index 2c49e96..9fc3416 100644 --- a/modules/hardware/nvidia-gpu.nix +++ b/modules/hardware/nvidia-gpu.nix @@ -1,6 +1,5 @@ { config, pkgs, ... }: { services.xserver.videoDrivers = [ "nvidia" ]; - hardware.opengl.driSupport32Bit = true; nixpkgs.config.allowUnfree = true; } |