fix: install pnpm via packages (programs.pnpm not available)
This commit is contained in:
parent
c3e687c07b
commit
63c12e8119
1 changed files with 5 additions and 6 deletions
11
home/cli.nix
11
home/cli.nix
|
|
@ -53,10 +53,9 @@
|
||||||
# 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
|
# pnpm - fast node package manager
|
||||||
programs.pnpm = {
|
home.packages = with pkgs; [
|
||||||
enable = true;
|
pnpm
|
||||||
globalPackages = [
|
];
|
||||||
"@mariozechner/pi-coding-agent"
|
# TODO: global npm packages not managed by nix for now
|
||||||
];
|
# install manually: pnpm i -g @mariozechner/pi-coding-agent
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue