From 18c8166b4feaae28e604cd2958e3696c49b77b69 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 12 Dec 2017 15:45:27 +0100 Subject: Add Steam module Move OpenGL 32-bit support here as it's not specific to Intel GPUs --- modules/hardware/nvidia-gpu.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/hardware') diff --git a/modules/hardware/nvidia-gpu.nix b/modules/hardware/nvidia-gpu.nix index 2c49e964..9fc34169 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; } -- cgit 1.4.1