mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
add pi system prompt (#59)
This commit is contained in:
parent
dd787bfdbe
commit
be2370f406
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