Update to fcitx5.
This commit is contained in:
parent
92303ea385
commit
1bb1494906
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
defaultLocale = "en_US.UTF-8";
|
||||
|
||||
inputMethod = {
|
||||
enabled = if config.services.xserver.enable then "fcitx" else null;
|
||||
fcitx.engines = with pkgs.fcitx-engines; [ chewing libpinyin table-extra mozc ];
|
||||
enabled = if config.services.xserver.enable then "fcitx5" else null;
|
||||
fcitx5.addons = with pkgs; [ fcitx5-chinese-addons fcitx5-mozc fcitx5-table-extra ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue