fix input method

This commit is contained in:
Yan Lin 2025-11-03 22:43:55 +01:00
parent f854e12c4e
commit 783318e968
3 changed files with 104 additions and 14 deletions

View file

@ -38,6 +38,17 @@
};
};
# Input method configuration for Hyprland
i18n.inputMethod = {
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
];
};
# System packages for Hyprland
environment.systemPackages = with pkgs; [
hyprland