1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2024-12-14 11:57:55 +00:00

qt: install kio when qt.platformTheme = "kde"

This commit is contained in:
Aly Raffauf 2024-12-10 18:16:07 -05:00 committed by GitHub
parent 8772bae58c
commit c6a5fbfd99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,11 @@ let
gnome = [ qgnomeplatform qgnomeplatform-qt6 ];
adwaita = [ qadwaitadecorations qadwaitadecorations-qt6 ];
gtk = [ libsForQt5.qtstyleplugins qt6Packages.qt6gtk2 ];
kde = [ libsForQt5.plasma-integration libsForQt5.systemsettings ];
kde = [
libsForQt5.kio
libsForQt5.plasma-integration
libsForQt5.systemsettings
];
lxqt = [ lxqt.lxqt-qtplugin lxqt.lxqt-config ];
qtct = [ libsForQt5.qt5ct qt6Packages.qt6ct ];
};