Fcitx5: Difference between revisions
m →Setup: Adhere to MOS for article headings. |
→System Setup: Use file template instead of code block. |
||
| Line 5: | Line 5: | ||
=== System Setup === | === System Setup === | ||
The following is a | The following is a snippet for a NixOS configuration that sets up fcitx5, its GUI config tool, and two addons. | ||
i18n.inputMethod = { | {{File|3={ | ||
i18n.inputMethod = { | |||
enable = true; | |||
type = "fcitx5"; | |||
}; | fcitx5.addons = with pkgs; [ | ||
fcitx5-mozc | |||
fcitx5-gtk | |||
]; | |||
}; | |||
}|name=/etc/nixos/configuration.nix|lang=nix}} | |||
== Configuration == | == Configuration == | ||