feat(opencode): add opencode configuration

This commit is contained in:
2026-03-26 22:30:44 +01:00
parent 773d28e40b
commit 88e31d3ce4
5 changed files with 169 additions and 26 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
...
}: {
imports = [
./ai.nix
./light-home.nix
./packages.nix
./email.nix
@@ -56,6 +57,7 @@
emailPassword = {};
"mopidy/bandcamp" = {};
"mopidy/spotify" = {};
"opencode/cors" = {};
};
home = {
@@ -86,7 +88,6 @@
};
};
dev = {
ai.claude.enable = true;
editors.emacs.package = emacsPackage;
vcs.jj.signing.enable = true;
};