[macbook] Add opencode config, and the necessary packages to build it locally.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
jmug
2025-08-09 15:14:43 -07:00
parent f57680b440
commit 8e8a3c7b46
2 changed files with 23 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{ ... } : {
home.file.".config/opencode/opencode.jsonc" = {
text = ''
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"edit": "ask",
"bash": {
"git status": "allow",
"git diff": "allow",
"ls": "allow",
"pwd": "allow",
"*": "ask"
}
}
}
'';
};
}