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" ]; }; }