From e4513b6c532f1c9080ebe75effaafd62e6f745e9 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 25 Apr 2023 22:34:20 +0100 Subject: Enable 32bit driver support --- hosts/nixbox/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index b34f758..00a2fb3 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -81,6 +81,7 @@ }; services.xserver.videoDrivers = ["nvidia" "intel"]; + hardware.opengl.driSupport32Bit = true; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; -- cgit v1.2.3-54-g00ecf