fcitx5: fix reference to fcitx5-with-addons

This commit is contained in:
Robert Helgesson
2024-03-05 22:53:10 +01:00
parent 23ff9821bc
commit bdea159ffa
2 changed files with 13 additions and 11 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ with lib;
let
im = config.i18n.inputMethod;
cfg = im.fcitx5;
fcitx5Package = pkgs.fcitx5-with-addons.override { inherit (cfg) addons; };
fcitx5Package =
pkgs.libsForQt5.fcitx5-with-addons.override { inherit (cfg) addons; };
in {
options = {
i18n.inputMethod.fcitx5 = {