about summary refs log tree commit diff
path: root/nix/hosts/common/homebrew.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-15 08:22:41 -0700
committerFranck Cuny <franck@fcuny.net>2024-04-15 08:23:51 -0700
commit8dde536c5dc47a87663da80485a31de3b1771987 (patch)
treeed3f052206443a4bcfc69b1aa126433809035f7a /nix/hosts/common/homebrew.nix
parentchore: update flake (diff)
downloadworld-8dde536c5dc47a87663da80485a31de3b1771987.tar.gz
add and remove some packages
Diffstat (limited to 'nix/hosts/common/homebrew.nix')
-rw-r--r--nix/hosts/common/homebrew.nix3
1 files changed, 0 insertions, 3 deletions
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"
     ];
   };