feat: opencloud test

This commit is contained in:
Nick 2025-07-07 13:35:12 -05:00
parent cd118791e5
commit 12e7183973
6 changed files with 103 additions and 7 deletions

View file

@ -11,7 +11,7 @@ let
localhost = web.localhost.address0;
in
{
assistant = {
agent = {
enabled = true;
default_model = {
provider = "zed.dev";

View file

@ -23,7 +23,7 @@ in
{
programs.zed-editor = {
enable = true;
package = packagePath;
# package = packagePath;
extraPackages = extraPackagesPath;
extensions = extensionsPath;
userKeymaps = userKeymapsPath;