add homebrew-hauler to flake configuration and update homebrew app list

This commit is contained in:
2025-05-20 12:55:15 -04:00
parent 219550d11b
commit 446befb93b
3 changed files with 25 additions and 2 deletions

View File

@@ -5,13 +5,14 @@
homebrew = {
enable = true;
onActivation.cleanup = "uninstall";
onActivation.autoUpdate = true;
onActivation.upgrade = true;
onActivation.autoUpdate = false;
onActivation.upgrade = false;
brews = [
"argoproj/homebrew-tap/kubectl-argo-rollouts"
"gh"
"git"
"hauler-dev/homebrew-tap/hauler"
"helm"
"k9s"
"siderolabs/homebrew-tap/talosctl"