mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-14 12: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 {
|
(lib.mkIf cfg.fcitx5.enable {
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx5";
|
enabled = "fcitx5";
|
||||||
fcitx5 = {
|
fcitx5.addons = with pkgs; [
|
||||||
addons = with pkgs; [
|
fcitx5-lua
|
||||||
fcitx5-lua
|
fcitx5-mozc
|
||||||
fcitx5-mozc
|
fcitx5-rime
|
||||||
fcitx5-rime
|
fcitx5-table-extra
|
||||||
fcitx5-table-extra
|
fcitx5-table-other
|
||||||
fcitx5-table-other
|
fcitx5-unikey
|
||||||
fcitx5-unikey
|
];
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user