From 3de5332bba9d99b63c5648158678f790bc987b78 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 11 Dec 2024 06:17:04 -0500 Subject: [PATCH] nixos/qt: install kio when qt.platformTheme = "kde" (#364032) --- nixos/modules/config/qt.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/config/qt.nix b/nixos/modules/config/qt.nix index fb10ef5c32387..ee771698323ee 100644 --- a/nixos/modules/config/qt.nix +++ b/nixos/modules/config/qt.nix @@ -18,6 +18,7 @@ let qt6Packages.qt6gtk2 ]; kde = [ + libsForQt5.kio libsForQt5.plasma-integration libsForQt5.systemsettings ];