From 360f1a840c60169fac35d5bb884f8146f230e126 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 25 Jun 2024 17:27:18 -0400 Subject: [PATCH] system: update graphics module --- system/hardware/opengl.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/hardware/opengl.nix b/system/hardware/opengl.nix index 49b5fa3..9523176 100644 --- a/system/hardware/opengl.nix +++ b/system/hardware/opengl.nix @@ -22,8 +22,7 @@ in # Enable OpenGL hardware.opengl = { enable = true; - driSupport = lib.mkDefault true; - driSupport32Bit = lib.mkDefault config.hardware.opengl.driSupport; + enable32Bit = true; }; }; }