remove jp input method

This commit is contained in:
Yan Lin 2025-11-30 14:36:24 +01:00
parent 720c99add2
commit 7e68e6fa03
4 changed files with 4 additions and 38 deletions

View file

@ -18,10 +18,6 @@
Name=rime
Layout=
[Groups/0/Items/2]
Name=mozc
Layout=
[GroupOrder]
0=Default
'';
@ -64,15 +60,6 @@
'';
};
# Mozc addon configuration - 7 candidates per page
xdg.configFile."fcitx5/conf/mozc.conf" = {
force = true;
text = ''
[InputMethod]
PageSize=7
'';
};
# GNOME Keyring for storing WiFi passwords and other secrets
services.gnome-keyring = {
enable = true;
@ -203,10 +190,7 @@
keyboard-us)
${pkgs.fcitx5}/bin/fcitx5-remote -s rime
;;
rime)
${pkgs.fcitx5}/bin/fcitx5-remote -s mozc
;;
mozc|*)
*)
${pkgs.fcitx5}/bin/fcitx5-remote -s keyboard-us
;;
esac

View file

@ -69,9 +69,8 @@ in
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-rime # Chinese Simplified/Traditional (more powerful than libpinyin)
fcitx5-mozc # Japanese (Romaji)
fcitx5-gtk # GTK integration
fcitx5-rime
fcitx5-gtk
];
};