From 6dd345f9509dcf7384b43cfa02f9d5f8d1b6143f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 2 Dec 2024 11:27:39 -0800 Subject: install zoom on the MBA. --- nix/hosts/darwin/mba/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nix') 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" ]; } -- cgit 1.4.1