fcitx: Add more input methods for convenience.
This commit is contained in:
parent
93e4ccf49a
commit
c1613bdfab
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
inputMethod = {
|
inputMethod = {
|
||||||
enabled = if config.services.xserver.enable then "fcitx" else null;
|
enabled = if config.services.xserver.enable then "fcitx" else null;
|
||||||
fcitx.engines = with pkgs.fcitx-engines; [ chewing mozc ];
|
fcitx.engines = with pkgs.fcitx-engines; [ chewing libpinyin table-extra mozc ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue