feat: opencloud test

This commit is contained in:
Nick 2025-07-07 16:33:07 -05:00
parent 42fa5f15a1
commit f67c2794d6
4 changed files with 9 additions and 11 deletions

0
modules/config/instances/config/opencloud.nix Normal file → Executable file
View file

View file

@ -84,7 +84,14 @@ let
"3, movetoworkspacesilent, 3" "3, movetoworkspacesilent, 3"
"4, movetoworkspacesilent, 4" "4, movetoworkspacesilent, 4"
"5, movetoworkspacesilent, 5" "5, movetoworkspacesilent, 5"
"C, movewindow, l"
"A, movewindow, u"
"E, movewindow, d"
"I, movewindow, r"
"Left, movewindow, l"
"Up, movewindow, u"
"Down, movewindow, d"
"Right, movewindow, r"
]; ];
shiftBinds = builtins.map (x: "SHIFT, " + x) [ shiftBinds = builtins.map (x: "SHIFT, " + x) [
@ -104,15 +111,6 @@ let
"3, movetoworkspacesilent, 3" "3, movetoworkspacesilent, 3"
"4, movetoworkspacesilent, 4" "4, movetoworkspacesilent, 4"
"5, movetoworkspacesilent, 5" "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) [ functionBinds = builtins.map (x: " , " + x) [

View file

@ -58,7 +58,7 @@ in
mastodon mastodon
minecraft minecraft
ollama ollama
opencloud # opencloud
postgresql postgresql
samba samba
searx searx

0
modules/nixos/services/opencloud/default.nix Normal file → Executable file
View file