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 = [