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:
parent
8772bae58c
commit
c6a5fbfd99
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,11 @@ let
|
||||||
gnome = [ qgnomeplatform qgnomeplatform-qt6 ];
|
gnome = [ qgnomeplatform qgnomeplatform-qt6 ];
|
||||||
adwaita = [ qadwaitadecorations qadwaitadecorations-qt6 ];
|
adwaita = [ qadwaitadecorations qadwaitadecorations-qt6 ];
|
||||||
gtk = [ libsForQt5.qtstyleplugins qt6Packages.qt6gtk2 ];
|
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 ];
|
lxqt = [ lxqt.lxqt-qtplugin lxqt.lxqt-config ];
|
||||||
qtct = [ libsForQt5.qt5ct qt6Packages.qt6ct ];
|
qtct = [ libsForQt5.qt5ct qt6Packages.qt6ct ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue