feat: add pnpm with pi-coding-agent, remove tw93/tap and mole

This commit is contained in:
mikl 2026-07-01 01:13:15 +03:00
parent c1dbd64b40
commit c3e687c07b
2 changed files with 9 additions and 4 deletions

View file

@ -51,4 +51,12 @@
# Fastfetch - system info (using package only, no home-manager module) # Fastfetch - system info (using package only, no home-manager module)
# Config is in ~/.config/fastfetch/config.jsonc manually for now # Config is in ~/.config/fastfetch/config.jsonc manually for now
# pnpm - fast node package manager
programs.pnpm = {
enable = true;
globalPackages = [
"@mariozechner/pi-coding-agent"
];
};
} }

View file

@ -2,13 +2,10 @@
homebrew.enable = true; homebrew.enable = true;
homebrew.onActivation.cleanup = "zap"; homebrew.onActivation.cleanup = "zap";
homebrew.taps = [ homebrew.taps = [];
"tw93/tap"
];
homebrew.brews = [ homebrew.brews = [
"kew" "kew"
"mole"
]; ];
homebrew.casks = [ homebrew.casks = [