add follows to inputs and try new hyprland version
This commit is contained in:
@@ -9,7 +9,10 @@ in
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
i18n.inputMethod.enabled = "fcitx5";
|
||||
i18n.inputMethod.type = "fcitx5"; #deprecated
|
||||
## new
|
||||
#i18n.enable = true;
|
||||
#i18n.inputMethod.type = "fcitx5";
|
||||
i18n.inputMethod.fcitx5.addons = [ pkgs.fcitx5-mozc ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user