docs: move remaining Ironclad verifications to Shipped
All checks were successful
Check / eval-and-lint (push) Successful in 6m45s
All checks were successful
Check / eval-and-lint (push) Successful in 6m45s
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user