profiles/i18n: reformat code

This commit is contained in:
Gabriel Arazas 2023-11-13 19:51:50 +08:00
parent 3c6f443580
commit b84e38896b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -65,16 +65,14 @@ in
(lib.mkIf cfg.fcitx5.enable {
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5 = {
addons = with pkgs; [
fcitx5-lua
fcitx5-mozc
fcitx5-rime
fcitx5-table-extra
fcitx5-table-other
fcitx5-unikey
];
};
fcitx5.addons = with pkgs; [
fcitx5-lua
fcitx5-mozc
fcitx5-rime
fcitx5-table-extra
fcitx5-table-other
fcitx5-unikey
];
};
})
]);