feat: add pnpm with pi-coding-agent, remove tw93/tap and mole
This commit is contained in:
parent
c1dbd64b40
commit
c3e687c07b
2 changed files with 9 additions and 4 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,13 +2,10 @@
|
|||
homebrew.enable = true;
|
||||
homebrew.onActivation.cleanup = "zap";
|
||||
|
||||
homebrew.taps = [
|
||||
"tw93/tap"
|
||||
];
|
||||
homebrew.taps = [];
|
||||
|
||||
homebrew.brews = [
|
||||
"kew"
|
||||
"mole"
|
||||
];
|
||||
|
||||
homebrew.casks = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue