From 957b2004573199658a3db63f9b82b337ffb67b45 Mon Sep 17 00:00:00 2001 From: Arun Udayashankar Date: Mon, 15 May 2023 20:46:05 -0400 Subject: [PATCH] Enable cask, install MS teams --- .gitignore | 1 + modules/darwin/default.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b2be92b..1574d4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ result +.DS_Store diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index 7760f56..0689127 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -63,6 +63,7 @@ #... List of Homebrew formula repositories to tap taps = [ + "homebrew/cask" ]; #... List of Homebrew Formulae to install @@ -71,6 +72,7 @@ #... List of Homebrew Casks to install casks = [ + "microsoft-teams" ]; #... List of application to install from the offical Mac App Store (using mas)