mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
profiles/i18n: reformat code
This commit is contained in:
parent
3c6f443580
commit
b84e38896b
@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user