mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
feat: fcitx5 - add japanese ime
This commit is contained in:
@@ -14,13 +14,15 @@
|
||||
type = "fcitx5";
|
||||
fcitx5.waylandFrontend = true;
|
||||
fcitx5.addons = with pkgs; [
|
||||
# for flypy chinese input method
|
||||
fcitx5-rime
|
||||
# needed enable rime using configtool after installed
|
||||
qt6Packages.fcitx5-configtool
|
||||
# fcitx5-chinese-addons # we use rime instead
|
||||
# fcitx5-mozc # japanese input method
|
||||
qt6Packages.fcitx5-configtool # GUI for fcitx5
|
||||
fcitx5-gtk # gtk im module
|
||||
|
||||
# Chinese
|
||||
fcitx5-rime # for flypy chinese input method
|
||||
# fcitx5-chinese-addons # we use rime instead
|
||||
|
||||
# Japanese
|
||||
fcitx5-mozc-ut
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user