Install pi coding agent
This commit is contained in:
parent
0ae35598ad
commit
2b9387cf2a
3 changed files with 125 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue