qutebrowser(fix): use valid qt style

This commit is contained in:
Timothy DeHerrera
2023-10-24 17:17:12 -06:00
parent b094d6aea7
commit fc4ae28f0a
@@ -104,6 +104,8 @@ python3.pkgs.buildPythonApplication {
# Force the app to use QT_PLUGIN_PATH values from wrapper
--unset QT_PLUGIN_PATH
"''${qtWrapperArgs[@]}"
# avoid persistant warning on starup
--set QT_STYLE_OVERRIDE Fusion
${lib.optionalString pipewireSupport ''--prefix LD_LIBRARY_PATH : ${libPath}''}
${lib.optionalString (enableVulkan) ''
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [vulkan-loader]}