Skip to content

Commit

Permalink
qt: install kio when qt.platformTheme = "kde"
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf authored Dec 10, 2024
1 parent 8772bae commit c6a5fbf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/misc/qt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit c6a5fbf

Please sign in to comment.