Add Steam module Move OpenGL 32-bit support here as it's not specific to Intel GPUs
1 file changed, 0 insertions(+), 1 deletion(-)
changed files
M modules/hardware/nvidia-gpu.nix → modules/hardware/nvidia-gpu.nix
@@ -1,6 +1,5 @@ { config, pkgs, ... }: { services.xserver.videoDrivers = [ "nvidia" ]; - hardware.opengl.driSupport32Bit = true; nixpkgs.config.allowUnfree = true; }