add homebrew-hauler to flake configuration and update homebrew app list
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user