fix: merge pnpm into single home.packages list
This commit is contained in:
parent
63c12e8119
commit
da383f019e
1 changed files with 4 additions and 7 deletions
11
home/cli.nix
11
home/cli.nix
|
|
@ -11,8 +11,12 @@
|
|||
htop
|
||||
tldr
|
||||
fastfetch
|
||||
pnpm # fast node package manager
|
||||
];
|
||||
|
||||
# TODO: global npm/pnpm packages not managed by nix for now
|
||||
# install manually: pnpm i -g @mariozechner/pi-coding-agent
|
||||
|
||||
# FZF fuzzy finder
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
|
|
@ -51,11 +55,4 @@
|
|||
|
||||
# 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
|
||||
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