From 8dde536c5dc47a87663da80485a31de3b1771987 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 15 Apr 2024 08:22:41 -0700 Subject: add and remove some packages --- nix/hosts/common/homebrew.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'nix/hosts/common') diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/common/homebrew.nix index b358695..e0e8354 100644 --- a/nix/hosts/common/homebrew.nix +++ b/nix/hosts/common/homebrew.nix @@ -9,8 +9,6 @@ onActivation.upgrade = true; brews = [ - "aspell" # spelling - "envoy" # to do some testing with envoy "go" # it's also installed by nix, but this is a fallback, just in case "hashicorp/tap/boundary" # https://www.boundaryproject.io/ "kind" # to run local k8s cluster @@ -35,7 +33,6 @@ "transmission" "vlc" "wireshark" - "zed" "zoom" ]; }; -- cgit 1.4.1