From 0a9191c0f4269faff35f113b42fae0ebb5d0164e Mon Sep 17 00:00:00 2001 From: sloane <1699281+sloanelybutsurely@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:23:17 -0400 Subject: [PATCH] install fly, obs, superduper, ableton --- .config/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix b/.config/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix index 444e0cd..2f45335 100644 --- a/.config/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix +++ b/.config/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix @@ -8,12 +8,21 @@ ]; homebrew = { + brews = [ + "flyctl" + ]; + taps = [ + "homebrew/cask-versions" + ]; casks = [ "discord" "postgres-unofficial" "postico" "syncthing" "tailscale" + "obs" + "superduper" + "ableton-live-suite11" ]; }; }