From a86ca829af10ad844c3766b0c33a7a5cbe774c3d Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Tue, 1 Jul 2025 15:45:54 -0500 Subject: [PATCH] Add webex and teams --- home/home.nix | 2 ++ hosts/Ethans-MacBook-Air/configuration.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/home/home.nix b/home/home.nix index de75232..3b4c276 100644 --- a/home/home.nix +++ b/home/home.nix @@ -15,6 +15,8 @@ signal-desktop-bin the-unarchiver bitwarden-desktop + zoom-us + teams-for-linux ]; shell = { enableNushellIntegration = true; diff --git a/hosts/Ethans-MacBook-Air/configuration.nix b/hosts/Ethans-MacBook-Air/configuration.nix index 77c8896..8b1e3e4 100644 --- a/hosts/Ethans-MacBook-Air/configuration.nix +++ b/hosts/Ethans-MacBook-Air/configuration.nix @@ -31,6 +31,7 @@ casks = [ "tidal" "orion" + "webex" ]; }; }