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 ];