aboutsummaryrefslogtreecommitdiffstats
path: root/modules/darwin/homebrew.nix
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-03-29 14:51:43 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-03-29 14:51:43 +0200
commit566b26ae0974c5c8663ac9326bafc2f57e57b2e3 (patch)
treea0e224c4972c96da349b2cc72eb77827d5d3c4a0 /modules/darwin/homebrew.nix
parenta71d60fe8063869c3150a49eab9c29c5eb4dd86e (diff)
downloaddotfiles-566b26ae0974c5c8663ac9326bafc2f57e57b2e3.tar.gz
dotfiles-566b26ae0974c5c8663ac9326bafc2f57e57b2e3.zip
refactor: move Go to home-manager, replace znap, add new taps and /push skill
Diffstat (limited to 'modules/darwin/homebrew.nix')
-rw-r--r--modules/darwin/homebrew.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix
index ef275d7..38ef124 100644
--- a/modules/darwin/homebrew.nix
+++ b/modules/darwin/homebrew.nix
@@ -17,6 +17,8 @@
"tursodatabase/tap"
"simenandre/tools"
"dinacomputer/tap"
+ "anomalyco/tap"
+ "siderolabs/tap"
];
brews = [
@@ -51,7 +53,6 @@
"pigz"
# Programming languages and runtimes
- "golang"
"golangci-lint"
"rust"
"zig"
@@ -123,6 +124,7 @@
"gh"
"htop"
"opencode"
+ "pre-commit"
# HTTP and web servers
"caddy"
@@ -180,7 +182,6 @@
masApps = {
"Tailscale" = 1475387142;
"Jojo" = 1659864300;
- "reMarkable" = 1276493162;
};
};
}