From c3e687c07b707ff68c4d1ebc25259a8c8718fc18 Mon Sep 17 00:00:00 2001 From: mikl Date: Wed, 1 Jul 2026 01:13:15 +0300 Subject: [PATCH] feat: add pnpm with pi-coding-agent, remove tw93/tap and mole --- home/cli.nix | 8 ++++++++ hosts/poppy/homebrew.nix | 5 +---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/home/cli.nix b/home/cli.nix index 4d824d9..c3be97f 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -51,4 +51,12 @@ # Fastfetch - system info (using package only, no home-manager module) # Config is in ~/.config/fastfetch/config.jsonc manually for now + + # pnpm - fast node package manager + programs.pnpm = { + enable = true; + globalPackages = [ + "@mariozechner/pi-coding-agent" + ]; + }; } diff --git a/hosts/poppy/homebrew.nix b/hosts/poppy/homebrew.nix index 1551df1..a65011e 100644 --- a/hosts/poppy/homebrew.nix +++ b/hosts/poppy/homebrew.nix @@ -2,13 +2,10 @@ homebrew.enable = true; homebrew.onActivation.cleanup = "zap"; - homebrew.taps = [ - "tw93/tap" - ]; + homebrew.taps = []; homebrew.brews = [ "kew" - "mole" ]; homebrew.casks = [