mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
12 lines
238 B
Nix
12 lines
238 B
Nix
{pkgs, ...}: {
|
|
i18n.inputMethod = {
|
|
type = "fcitx5";
|
|
enable = true;
|
|
fcitx5.addons = with pkgs; [
|
|
fcitx5-chinese-addons
|
|
fcitx5-pinyin-zhwiki
|
|
fcitx5-pinyin-moegirl
|
|
fcitx5-pinyin-minecraft
|
|
];
|
|
};
|
|
}
|