Changes to darwin packages through brew

This commit is contained in:
Random936 2024-07-15 21:00:20 -07:00
parent 2647e3fdae
commit 4b79fe05c6

View File

@ -14,6 +14,7 @@
onActivation.cleanup = "zap"; onActivation.cleanup = "zap";
brews = [ brews = [
"coreutils" "coreutils"
"watch"
]; ];
casks = [ casks = [
"google-chrome" "google-chrome"
@ -24,12 +25,8 @@
"tailscale" "tailscale"
"discord" "discord"
"nordvpn" "nordvpn"
"docker"
"iterm2" "iterm2"
"vlc" "vlc"
"obs"
"obs-backgroundremoval"
]; ];
}; };