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" ];