From f27430ba8fc6d447e3a45a10f3f6fbb98b60b88c Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Wed, 4 Mar 2020 19:30:20 +0100 Subject: [PATCH] fix: fix gpu-bumblebee.nix issue --- common/gpu-bumblebee.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/gpu-bumblebee.nix b/common/gpu-bumblebee.nix index ff6bcb1..eb92e8c 100644 --- a/common/gpu-bumblebee.nix +++ b/common/gpu-bumblebee.nix @@ -3,7 +3,6 @@ { # Graphics drivers hardware.bumblebee.enable = true; - hardware.opengl.driSupport32Bit = true; hardware.opengl = { driSupport32Bit = true;