diff --git a/home/services/fcitx5.nix b/home/services/fcitx5.nix index b61c7e9..83c1c07 100644 --- a/home/services/fcitx5.nix +++ b/home/services/fcitx5.nix @@ -2,7 +2,7 @@ let im = config.i18n.inputMethod; cfg = im.fcitx5; - fcitx5Package = pkgs.libsForQt5.fcitx5-with-addons.override { inherit (cfg) addons; }; + fcitx5Package = pkgs.kdePackages.fcitx5-with-addons.override { inherit (cfg) addons; }; in { i18n.inputMethod = {