fix input method
This commit is contained in:
parent
f854e12c4e
commit
783318e968
3 changed files with 104 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue