add follows to inputs and try new hyprland version

This commit is contained in:
Kopatz
2024-08-07 16:47:24 +02:00
parent 3d11a9da35
commit c7a6979fb3
9 changed files with 87 additions and 152 deletions

View File

@@ -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 ];
};
}