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

This commit is contained in:
Aly Raffauf
2024-12-11 13:17:04 +02:00
committed by GitHub
parent 6c7048f933
commit 3de5332bba
+1
View File
@@ -18,6 +18,7 @@ let
qt6Packages.qt6gtk2
];
kde = [
libsForQt5.kio
libsForQt5.plasma-integration
libsForQt5.systemsettings
];