how to restore ujust update commands like chezmoi and appman?

In recent updates the amount of things ujust update manages has been reduced and and it makes sense, however some update scripts like chezmoi were useful to me is there anyway to bring them back?

it seems it uses topgrade for this so i tried creating a manual topgrade config in ~/.config/topgrade.d/ that adds the chezmoi and a few others that i liked so it becomes

[misc]
only = ["system", "distrobox", "appman", "flatpak", "brew_cask", "brew_formula", "firmware", "chezmoi", "spicetify", "custom_commands"]


which from what i understand from reading the topgrade docs

should override bazzites config of
only = ["system", "flatpak", "brew_cask", "brew_formula", "firmware", "custom_commands"]

in /usr/share/ublue-os/topgrade.toml

and this works if i use topgrade but not if i use ujust update
Solution
try making the changes in /etc/ublue-os/topgrade.toml
Was this page helpful?