install fly, obs, superduper, ableton

This commit is contained in:
sloane 2024-04-12 09:23:17 -04:00
parent b94121e59d
commit 0a9191c0f4
No known key found for this signature in database

View file

@ -8,12 +8,21 @@
]; ];
homebrew = { homebrew = {
brews = [
"flyctl"
];
taps = [
"homebrew/cask-versions"
];
casks = [ casks = [
"discord" "discord"
"postgres-unofficial" "postgres-unofficial"
"postico" "postico"
"syncthing" "syncthing"
"tailscale" "tailscale"
"obs"
"superduper"
"ableton-live-suite11"
]; ];
}; };
} }