From f8d4f6ef07fb7e2530792c511f28b7c8c72259b3 Mon Sep 17 00:00:00 2001 From: jmug Date: Thu, 2 Apr 2026 22:04:56 -0700 Subject: [PATCH] [macbook] Leaner brew list. --- hosts/macbook/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index d33b95e..4df0088 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -38,17 +38,19 @@ no_quarantine = true; }; + taps = [ + "agavra/tap" + ]; brews = [ - "raylib" "watchman" "vite" "pipx" "codex" "python@3.11" "glow" - "act" "chromaprint" "libiconv" + "agavra/tap/tuicr" ]; casks = [ "ghostty" @@ -68,7 +70,6 @@ "discord" "claude-code" "calibre" - "rsyncui" "trilium-notes" ]; };