update i18n.inputMethod
This commit is contained in:
parent
7b5edade95
commit
253e81078d
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
inherit (lib.attrsets) attrValues;
|
inherit (lib.attrsets) attrValues;
|
||||||
in {
|
in {
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx5";
|
enable = true;
|
||||||
|
type = "fcitx5";
|
||||||
fcitx5.addons = attrValues {
|
fcitx5.addons = attrValues {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
|
|
Loading…
Reference in a new issue