mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-16 23:02:03 +00:00
add pi system prompt
This commit is contained in:
parent
dd787bfdbe
commit
bf2f95f174
2 changed files with 63 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ let
|
|||
piBin = "${npmDir}/bin/pi";
|
||||
in
|
||||
lib.mkIf hostConfig.isLinux {
|
||||
home.file.".pi/agent/SYSTEM.md".source = ../config/pi/SYSTEM.md;
|
||||
# Install pi-coding-agent globally via npm at activation time.
|
||||
home.activation.installPiAgent = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
export PATH="${
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue