docs: move remaining Ironclad verifications to Shipped
All checks were successful
Check / eval-and-lint (push) Successful in 6m45s

This commit is contained in:
Bernardo Magri
2026-06-01 21:00:09 +01:00
parent e3002d49ad
commit fa71e03f88
5 changed files with 41 additions and 36 deletions

View File

@@ -11,12 +11,15 @@ in
i18n.inputMethod = {
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-mozc # Japanese
kdePackages.fcitx5-chinese-addons
fcitx5-table-extra # Hanyu/Cangjie/etc.
fcitx5-gtk # GTK4/3 client
];
fcitx5 = {
waylandFrontend = true;
addons = with pkgs; [
fcitx5-mozc # Japanese
kdePackages.fcitx5-chinese-addons
fcitx5-table-extra # Hanyu/Cangjie/etc.
fcitx5-gtk # GTK4/3 client
];
};
};
};
}