feat: add exa/context7 secrets, enable greedy cask upgrades

This commit is contained in:
2026-04-11 23:53:27 +08:00
parent fbd6761040
commit 09acb83206
3 changed files with 11 additions and 3 deletions
+2
View File
@@ -53,6 +53,7 @@
# ── Homebrew ───────────────────────────────────────
homebrew = {
enable = true;
greedyCasks = true; # always upgrade casks even if they auto-update
taps = [
"goooler/repo"
@@ -98,6 +99,7 @@
onActivation = {
autoUpdate = true;
upgrade = true;
cleanup = "zap"; # remove anything not declared above
};
};