feat: claude code custom packaging
This commit is contained in:
parent
4588fd6784
commit
d096c3a374
7 changed files with 48 additions and 12 deletions
|
|
@ -6,9 +6,7 @@ let
|
|||
inherit (workspaceHelpers) workspaceFocusBindings workspaceSendBindings;
|
||||
};
|
||||
|
||||
userSettings = import ./user-settings.nix {
|
||||
modes = modes;
|
||||
};
|
||||
userSettings = import ./user-settings.nix { modes = modes; };
|
||||
in {
|
||||
programs.aerospace = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{ workspaceFocusBindings, workspaceSendBindings }:
|
||||
{
|
||||
{ workspaceFocusBindings, workspaceSendBindings }: {
|
||||
main.binding = {
|
||||
"alt-h" = "focus left";
|
||||
"alt-j" = "focus down";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{ modes }:
|
||||
{
|
||||
{ modes }: {
|
||||
enable-normalization-flatten-containers = true;
|
||||
enable-normalization-opposite-orientation-for-nested-containers = true;
|
||||
default-root-container-layout = "tiles";
|
||||
|
|
|
|||
|
|
@ -13,6 +13,4 @@ let
|
|||
name = "alt-shift-${ws}";
|
||||
value = "move-node-to-workspace ${ws}";
|
||||
}) workspaceNumbers);
|
||||
in {
|
||||
inherit workspaceNumbers workspaceFocusBindings workspaceSendBindings;
|
||||
}
|
||||
in { inherit workspaceNumbers workspaceFocusBindings workspaceSendBindings; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue