From a0d634d1910fde35079420fca1b5bfd1d2d8fb43 Mon Sep 17 00:00:00 2001 From: Arun Udayashankar Date: Thu, 1 Jun 2023 12:15:43 -0400 Subject: [PATCH] Add zoom app --- modules/darwin/homebrew.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 48c866c..7772bb6 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -22,12 +22,14 @@ casks = [ "brave-browser" "citrix-workspace" + "discord" "flux" # f.lux "keepassxc" "microsoft-teams" "notion" "obsidian" "raycast" + "zoom" ]; #... List of application to install from the offical Mac App Store (using mas)