From 3edb8a7a7d936465acccfc8649087e5c21488be7 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 18 Jun 2020 00:51:32 +0100 Subject: fix(tazjin/frog): Enable 32bit OpenGL support Change-Id: Ia35102c6041108015703ff8908abd66083c64187 --- users/tazjin/nixos/frog/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users') diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index 5c694380d4..7da724d9cf 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -44,6 +44,7 @@ in depot.lib.fix(self: { opengl = { enable = true; driSupport = true; + driSupport32Bit = true; }; }; -- cgit 1.4.1