Skip to content

Commit

Permalink
nixos/qt: install kio when qt.platformTheme = "kde" (#364032)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf authored Dec 11, 2024
1 parent 6c7048f commit 3de5332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/config/qt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let
qt6Packages.qt6gtk2
];
kde = [
libsForQt5.kio
libsForQt5.plasma-integration
libsForQt5.systemsettings
];
Expand Down

0 comments on commit 3de5332

Please sign in to comment.