about summary refs log tree commit diff
path: root/nix/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts')
-rw-r--r--nix/hosts/darwin/mba/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/hosts/darwin/mba/default.nix b/nix/hosts/darwin/mba/default.nix
index 0a5caac..21189a8 100644
--- a/nix/hosts/darwin/mba/default.nix
+++ b/nix/hosts/darwin/mba/default.nix
@@ -10,4 +10,7 @@
 
   home-manager.users.fcuny =
     import "${self}/nix/profiles/home-manager/personal.nix";
+
+  # brew packages I only want to get installed on this machine
+  homebrew.casks = [ "zoom" ];
 }