diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-12-02 10:20:58 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-12-02 10:20:58 -0800 |
commit | 74e46edb932bb24e4e645059640d6ef4ab3c9f2f (patch) | |
tree | 4eecf13e830022d17230db9d1fe863c8052dbe1e /nix/hosts/darwin/homebrew.nix | |
parent | update to 24.11 (diff) | |
download | world-74e46edb932bb24e4e645059640d6ef4ab3c9f2f.tar.gz |
don't install zoom
It's managed by IT, it's causing an error every time. I'll install it only on the MBA.
Diffstat (limited to '')
-rw-r--r-- | nix/hosts/darwin/homebrew.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/hosts/darwin/homebrew.nix b/nix/hosts/darwin/homebrew.nix index 687bf2e..52543da 100644 --- a/nix/hosts/darwin/homebrew.nix +++ b/nix/hosts/darwin/homebrew.nix @@ -16,7 +16,6 @@ "transmission" "vlc" "wireshark" - "zoom" ]; }; } |