From af5b45682db71e0dd9dc971a669037ffb98f8a74 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 18 Dec 2023 21:24:54 -0500 Subject: [PATCH] Add multiple apps for AirPuppet --- modules/hosts/darwin/AirPuppet/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hosts/darwin/AirPuppet/default.nix b/modules/hosts/darwin/AirPuppet/default.nix index 1913280..35963be 100644 --- a/modules/hosts/darwin/AirPuppet/default.nix +++ b/modules/hosts/darwin/AirPuppet/default.nix @@ -3,6 +3,11 @@ homebrew = { # used to have tap sandreas/tap and program m4b-tool + casks = [ + "backblaze" + "calibre" + "steam" + ]; masApps = { "HomeCam" = 1292995895; };