Use fcitx5 to switch between different inputs. Installed mozc-ut for Japanese input with the bepo layout, as well as fcitx5-chinese to load table-defined layouts for the IPA/X-SAMPA input method. Currently, mozc_server and fcitx5 need to be launched by the compositor (only Hyprland for now), auto-launching from module options needs to be implemented in the future.
7 lines
56 B
Nix
7 lines
56 B
Nix
{
|
|
imports = [
|
|
./input.nix
|
|
./locale.nix
|
|
];
|
|
}
|