diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-29 14:51:43 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-29 14:51:43 +0200 |
| commit | 566b26ae0974c5c8663ac9326bafc2f57e57b2e3 (patch) | |
| tree | a0e224c4972c96da349b2cc72eb77827d5d3c4a0 /modules/darwin | |
| parent | a71d60fe8063869c3150a49eab9c29c5eb4dd86e (diff) | |
| download | dotfiles-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')
| -rw-r--r-- | modules/darwin/homebrew.nix | 5 |
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; }; }; } |
