fix fcitx5 module not loading addons
This commit is contained in:
parent
4c4e2ee737
commit
f0f468a5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ in
|
||||||
fonts.packages = [ pkgs.noto-fonts-cjk-sans ];
|
fonts.packages = [ pkgs.noto-fonts-cjk-sans ];
|
||||||
|
|
||||||
# for typing in japanese
|
# for typing in japanese
|
||||||
i18n.inputMethod = lib.mkDefault {
|
i18n.inputMethod = {
|
||||||
enable = true;
|
enable = true;
|
||||||
type = "fcitx5";
|
type = "fcitx5";
|
||||||
fcitx5 = {
|
fcitx5 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue