Fcitx5: Difference between revisions
Added references to the upstream fcitx5 wiki |
Add configuration |
||
| Line 9: | Line 9: | ||
}; | }; | ||
</syntaxhighlight>Notably, NixOS automagically sets session variables that are required for fcitx5. | </syntaxhighlight>Notably, NixOS automagically sets session variables that are required for fcitx5. | ||
== Configuration == | |||
Fcitx5 can be configured using {{nixos:option|i18n.inputMethod.fcitx5.settings}}. | |||
It would be easier to edit the Fcitx5 profile through GUI tools (i.e. {{nixos:package|kdePackages.fcitx5-configtool}}) [https://wiki.archlinux.org/title/Fcitx5#Configuration_tool as recommended in Arch Wiki], then convert the generated configuration ({{ic|cat ~/.config/fcitx5/profile}}) to Nix configuration. | |||
== Troubleshooting == | == Troubleshooting == | ||