1
0
Fork 0

Update to fcitx5.

This commit is contained in:
Kevin Baensch 2022-01-31 20:09:22 +01:00
parent 92303ea385
commit 1bb1494906
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];
};
};
}