Install pi coding agent

This commit is contained in:
Tobias Ostner 2026-06-17 11:01:05 +02:00
parent 0ae35598ad
commit 2b9387cf2a
3 changed files with 125 additions and 3 deletions

View file

@ -1,5 +1,4 @@
{ email }: { pkgs, ... }: {
home.file.".clojure/deps.edn".source = ../config/clojure/deps.edn;
targets.darwin.defaults = {
@ -42,7 +41,6 @@
noto-fonts
pass
pinentry_mac
pi-coding-agent
ripgrep
tree
typescript
@ -86,6 +84,10 @@
enable = true;
};
pi.coding-agent = {
enable = true;
};
starship = {
enable = true;
enableZshIntegration = true;