Add some stuff to make pi agent happier

This commit is contained in:
Eli Ribble 2026-05-08 23:25:58 +00:00
parent 851f6d9655
commit ee93e18a6b
No known key found for this signature in database
2 changed files with 15 additions and 0 deletions

View file

@ -16,6 +16,7 @@ in {
config = mkIf config.myModules.pi.enable {
environment.systemPackages = with inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [
pkgs.nodejs_24
pi
];
sops.secrets."pi-env" = {
@ -27,4 +28,14 @@ in {
sopsFile = ../../secrets/pi.env;
};
};
/* notes on other stuff I did
I'm installing pi-semaphore and pi-tmux with:
```shell
pi install git:github.com/offline-ant/pi-semaphore
pi install git:github.com/offline-ant/pi-tmux
```
*/
}