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;

View file

@ -84,11 +84,7 @@ let
"3, movetoworkspacesilent, 3"
"4, movetoworkspacesilent, 4"
"5, movetoworkspacesilent, 5"
# Window Move
"C, movewindow, l"
"A, movewindow, u"
"E, movewindow, d"
"I, movewindow, r"
];
shiftBinds = builtins.map (x: "SHIFT, " + x) [
@ -108,10 +104,15 @@ let
"3, movetoworkspacesilent, 3"
"4, movetoworkspacesilent, 4"
"5, movetoworkspacesilent, 5"
# Window Move
"Left, movewindow, l"
"Up, movewindow, u"
"Down, movewindow, d"
"Right, movewindow, r"
"C, movewindow, l"
"A, movewindow, u"
"E, movewindow, d"
"I, movewindow, r"
];
functionBinds = builtins.map (x: " , " + x) [