Loading
google-chrome: add plasmaSupport option
Chrome has an optional feature to introspect your QT theme and generate a Chrome theme from it. It does this by [dynamically linking QT (if present)](https://docs.google.com/document/d/1IO6NTtnJiEVps0WlUC_lDr1bBKO72zPNTe-4msoBYXk/edit?resourcekey=0-UbCM69FptaNMGX7JXGt-3Q). A previous PR #375279 added basic support for this (by including `qt6` as a derivation dependency), but it was broken. The title bar was always cyan regardless of what theme you had chosen in KDE. This PR adds `plasma-integration` to correctly deduce the user's chosen theme. It also moves the current `qt6` dependency behind the new `plasmaSupport` flag, ensuring that users who are not utilizing the QT theme aren't pulling in QT inadvertently. Only `google-chrome` is in scope for this PR (because it's what I use), but others are welcome to copy it to fulfill #228751 for Chromium derivatives.