Unverified Commit 3de5332b authored by Aly Raffauf's avatar Aly Raffauf Committed by GitHub
Browse files

nixos/qt: install kio when qt.platformTheme = "kde" (#364032)

parent 6c7048f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ let
      qt6Packages.qt6gtk2
    ];
    kde = [
      libsForQt5.kio
      libsForQt5.plasma-integration
      libsForQt5.systemsettings
    ];