fix fcifx-mozc japanese input
This commit is contained in:
parent
15e48a82ba
commit
cf362dd3d9
1 changed files with 9 additions and 5 deletions
|
|
@ -28,11 +28,15 @@
|
|||
inputMethod = {
|
||||
type = "fcitx5";
|
||||
enable = !config.osbmModules.desktopEnvironment.none;
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-mozc
|
||||
fcitx5-gtk
|
||||
fcitx5-nord # a color theme
|
||||
];
|
||||
fcitx5.addons =
|
||||
with pkgs;
|
||||
[
|
||||
fcitx5-gtk
|
||||
fcitx5-nord # a color theme
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.hostPlatform.isx86 [
|
||||
fcitx5-mozc # Not available on aarch64-linux
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue