mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
profiles/i18n: reformat code
This commit is contained in:
parent
3c6f443580
commit
b84e38896b
@ -65,8 +65,7 @@ in
|
||||
(lib.mkIf cfg.fcitx5.enable {
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5 = {
|
||||
addons = with pkgs; [
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-lua
|
||||
fcitx5-mozc
|
||||
fcitx5-rime
|
||||
@ -75,7 +74,6 @@ in
|
||||
fcitx5-unikey
|
||||
];
|
||||
};
|
||||
};
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user