New input method syntax pt.2

This commit is contained in:
Nox Sluijtman 2024-12-16 16:15:09 +01:00
parent d2429fa721
commit 571ac94c17
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M

View file

@ -9,12 +9,10 @@ in {
i18n.inputMethod = {
enable = true;
type = "fcitx5";
fcitx5 = {
settings.addons = with pkgs; [
fcitx5-mozc
fcitx5-anthy
];
};
fcitx5.addons = with pkgs; [
fcitx5-mozc
fcitx5-anthy
];
};
};
}