diff options
| -rw-r--r-- | modules/darwin/homebrew.nix | 2 | ||||
| -rw-r--r-- | modules/home/default.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index ada2229..41cdb18 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -13,7 +13,6 @@ taps = [ "oven-sh/bun" "pulumi/tap" - "go-task/tap" "tursodatabase/tap" "simenandre/tools" "anomalyco/tap" @@ -104,7 +103,6 @@ "podman-compose" # Task runners and automation - "go-task" "act" # Databases and database tools diff --git a/modules/home/default.nix b/modules/home/default.nix index 70b1174..495a962 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -42,6 +42,7 @@ tree twm yq + go-task opencode ]; |
