From 82ceb55269e571524943cb019c4f0f78364faa24 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 15 Mar 2021 22:20:31 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BA=20more=20homebrew=20via=20nix=20se?= =?UTF-8?q?tup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- darwin/homebrew.nix | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index 841ca9a..999998f 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -4,10 +4,21 @@ homebrew = { enable = true; autoUpdate = true; - brews = [ "coreutils" "mas" ]; + cleanup = "zap"; + global = { + brewfile = true; + noLock = true; + }; + + taps = [ "homebrew/cask" "homebrew/cask-drivers" "homebrew/cask-fonts" ]; + + brews = [ "coreutils" ]; + casks = [ "1password" + "adobe-acrobat-reader" "alfred" + "balenaetcher" "brave-browser" "dash" "discord" @@ -17,24 +28,34 @@ "firefox" "font-jetbrains-mono" "google-chrome" + "gpg-suite" "hazel" "iterm2" "keybase" + "microsoft-auto-update" + "microsoft-edge" + "microsoft-office" + "plexamp" "slack" "sonos" "spotify" "stats" + "steam" "syncthing" "synology-drive" "visual-studio-code" "zoom" ]; + masApps = { Bumpr = 1166066070; "Day One" = 1055511498; Drafts = 1435957248; Magnet = 441258766; + Parcel = 639968404; + Reeder = 1529448980; Todoist = 585829637; + UlyssesMac = 1225570693; Xcode = 497799835; }; };