From 7c3c38c5fbd0838f570c87e99c382999ca9653d4 Mon Sep 17 00:00:00 2001 From: jmug Date: Wed, 15 Jul 2026 22:03:13 -0700 Subject: [PATCH] [macbook] Misc brew packages. --- hosts/macbook/configuration.nix | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index 4df0088..2526c20 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -35,24 +35,31 @@ }; caskArgs = { - no_quarantine = true; + no_quarantine = false; }; taps = [ - "agavra/tap" + # "agavra/tap" ]; brews = [ "watchman" "vite" "pipx" - "codex" "python@3.11" "glow" "chromaprint" "libiconv" - "agavra/tap/tuicr" + # "agavra/tap/tuicr" + "automake" + "autoconf" + "pkg-config" + "libusb" + "minicom" + "picocom" + "tio" ]; casks = [ + "orbstack" "ghostty" "kicad" "secretive" @@ -64,11 +71,9 @@ "google-chrome" "nrf-connect" "segger-jlink" - "docker-desktop" "whatsapp" "slack" "discord" - "claude-code" "calibre" "trilium-notes" ];