mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
add pi coding agent module
Manages `~/.pi/agent` config via the itme-brain/pi submodule and provides nodejs_20 with NPM_CONFIG_PREFIX=~/.npm-global so pi and its extensions install via the global npm ecosystem. Pi itself and extensions like pi-mcp-adapter are installed manually via `npm install -g` rather than packaged through nix — the ecosystem moves too fast to keep derivations current.
This commit is contained in:
parent
46833d374e
commit
1ca2e5a512
4 changed files with 34 additions and 0 deletions
|
|
@ -81,6 +81,8 @@
|
|||
writing.enable = true;
|
||||
};
|
||||
|
||||
pi.enable = true;
|
||||
|
||||
gui = {
|
||||
wm.hyprland.enable = true;
|
||||
browser.firefox.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue