mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 06:50:11 -04:00
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.
19 lines
624 B
Text
19 lines
624 B
Text
[submodule "user/modules/neovim/nvim"]
|
|
path = user/modules/neovim/nvim
|
|
url = https://github.com/itme-brain/nvim.git
|
|
branch = master
|
|
[submodule "user/modules/vim/vim"]
|
|
path = user/modules/vim/vim
|
|
url = https://github.com/itme-brain/vim.git
|
|
branch = master
|
|
[submodule "user/modules/git/git"]
|
|
path = user/modules/git/git
|
|
url = https://github.com/itme-brain/git.git
|
|
branch = master
|
|
[submodule "user/modules/bash/bash"]
|
|
path = user/modules/bash/bash
|
|
url = https://github.com/itme-brain/bash.git
|
|
branch = master
|
|
[submodule "user/modules/pi/agent"]
|
|
path = user/modules/pi/agent
|
|
url = git@github.com:itme-brain/pi.git
|