Switch fcitx with fcitx5
This commit is contained in:
parent
7b463d06ff
commit
6931e1dde0
@ -10,8 +10,8 @@ in {
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# TODO: mozc cannot be configured for some reason
|
# TODO: mozc cannot be configured for some reason
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx";
|
enabled = "fcitx5";
|
||||||
fcitx.engines = with pkgs.fcitx-engines; [ mozc ];
|
fcitx5.addons = with pkgs; [ fcitx5-mozc ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ fcitx5-configtool fcitx5-gtk ];
|
environment.systemPackages = with pkgs; [ fcitx5-configtool fcitx5-gtk ];
|
||||||
|
Loading…
Reference in New Issue
Block a user