From 90550050e9ea98be108dab321d3abd39567deee4 Mon Sep 17 00:00:00 2001 From: caandt Date: Thu, 12 Sep 2024 17:56:05 -0500 Subject: [PATCH] compatibility --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 2a2a540..520b517 100644 --- a/configuration.nix +++ b/configuration.nix @@ -115,6 +115,8 @@ ]; }; security.polkit.enable = true; + hardware.opengl.driSupport32Bit = true; + programs.nix-ld.enable = true; system.stateVersion = "24.05"; }