From 03cfad836fb1e922848c26d0f605051b9c5e5825 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 19 Jul 2024 18:35:03 -0400 Subject: [PATCH] nixos76: conf --- nixos76/system/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos76/system/configuration.nix b/nixos76/system/configuration.nix index c0d0b5a..9f5891d 100644 --- a/nixos76/system/configuration.nix +++ b/nixos76/system/configuration.nix @@ -120,7 +120,7 @@ hardware.opengl.enable = true; hardware.opengl.driSupport = true; hardware.opengl.driSupport32Bit = true; - hardware.opengl.setLdLibraryPath = true; + # hardware.opengl.setLdLibraryPath = true; hardware.opengl.extraPackages = [ pkgs.intel-media-driver ];