fix zellij layout

main
jolheiser 2025-03-23 11:56:15 -05:00
parent 19b2f55a1a
commit 04f4bc04e9
No known key found for this signature in database
1 changed files with 3 additions and 9 deletions

View File

@ -5,19 +5,13 @@ layout {
command "nix" command "nix"
args "develop" args "develop"
size "90%" size "90%"
start_suspended true
} }
pane split_direction="vertical" { pane split_direction="vertical" {
pane { pane {
name "run" name "air"
command "go" command "nix"
args "run" "./cmd/ugitd" args "develop" "--command" "air"
start_suspended true start_suspended true
} }
pane {
name "watch"
command "nix"
args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}"
}
} }
} }