New input method syntax pt.2
This commit is contained in:
parent
d2429fa721
commit
571ac94c17
|
@ -9,12 +9,10 @@ in {
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enable = true;
|
enable = true;
|
||||||
type = "fcitx5";
|
type = "fcitx5";
|
||||||
fcitx5 = {
|
fcitx5.addons = with pkgs; [
|
||||||
settings.addons = with pkgs; [
|
fcitx5-mozc
|
||||||
fcitx5-mozc
|
fcitx5-anthy
|
||||||
fcitx5-anthy
|
];
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue