casks: Add Acorn

This commit is contained in:
Jan Kremer 2025-12-02 22:15:55 +01:00
parent a009880d44
commit 5a1b070a64
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 10 additions and 16 deletions

View file

@ -1,14 +1,12 @@
{ {
homebrew.masApps = { homebrew.masApps = {
"AdGuard for Safari" = 1440147259; "AdGuard for Safari" = 1440147259;
"Tailscale" = 1475387142;
"GarageBand" = 682658836; "GarageBand" = 682658836;
"iMovie" = 408981434;
# Work
"Keynote" = 409183694; "Keynote" = 409183694;
"Numbers" = 409203825; "Numbers" = 409203825;
"Pages" = 409201541; "Pages" = 409201541;
"Tailscale" = 1475387142;
"Things" = 904280696; "Things" = 904280696;
"iMovie" = 408981434;
}; };
} }

View file

@ -1,21 +1,17 @@
{ {
homebrew.casks = [ homebrew.casks = [
"acorn"
"chatgpt"
"electrum"
"ghostty"
"glance-chamburr" "glance-chamburr"
"iina" "iina"
"netnewswire"
"electrum"
"monero-wallet"
"keepassxc" "keepassxc"
# Work
"obsidian"
"chatgpt"
"ghostty"
"libreoffice" "libreoffice"
"gimp" "monero-wallet"
"sf-symbols"
# Games
"mythic" "mythic"
"netnewswire"
"obsidian"
"sf-symbols"
]; ];
} }