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 committed Dec 10, 2024
1 parent c93b335 commit 2cad0bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nixos/modules/config/qt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ let
platformPackages = with pkgs; {
gnome = [ qgnomeplatform qgnomeplatform-qt6 ];
gtk2 = [ 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 ];
qt5ct = [ libsForQt5.qt5ct qt6Packages.qt6ct ];
};
Expand Down

0 comments on commit 2cad0bf

Please sign in to comment.