sway: Fix fcitx5
This commit is contained in:
@@ -8,9 +8,12 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# TODO: mozc cannot be configured for some reason
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx";
|
||||
ibus.engines = with pkgs.ibus-engines; [ mozc ];
|
||||
fcitx.engines = with pkgs.fcitx-engines; [ mozc ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ fcitx5-configtool fcitx5-gtk ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user