opencode: use llm-agents build

This commit is contained in:
2025-12-09 21:52:29 -05:00
parent dd9bcc009a
commit c9c98cd6e6
3 changed files with 89 additions and 1 deletions

View File

@@ -2,10 +2,12 @@
config,
lib,
pkgs,
inputs,
...
}:
{
programs.opencode = {
package = inputs.llm-agents.packages.${pkgs.system}.opencode;
enable = true;
rules = ''
You are an intelligent and observant agent.