From 4dc66c25f6c6e71e45fdd1d698c87b5e4f0c4a2d Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Fri, 9 May 2025 18:20:29 -0700 Subject: [PATCH] [vega] Adds Zoom app --- system/hosts/vega/drew.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/hosts/vega/drew.nix b/system/hosts/vega/drew.nix index dcf74e2..c952e98 100644 --- a/system/hosts/vega/drew.nix +++ b/system/hosts/vega/drew.nix @@ -18,6 +18,7 @@ home.packages = with pkgs; [ windsurf slack + zoom-us ]; home.stateVersion = "24.11";