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
|
||||
|
||||
# pnpm - fast node package manager
|
||||
programs.pnpm = {
|
||||
enable = true;
|
||||
globalPackages = [
|
||||
"@mariozechner/pi-coding-agent"
|
||||
];
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
pnpm
|
||||
];
|
||||
# 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