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"
args "develop"
size "90%"
start_suspended true
}
pane split_direction="vertical" {
pane {
name "run"
command "go"
args "run" "./cmd/ugitd"
start_suspended true
}
pane {
name "watch"
name "air"
command "nix"
args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}"
args "develop" "--command" "air"
start_suspended true
}
}
}