mirror of https://git.jolheiser.com/ugit.git
fix zellij layout
parent
19b2f55a1a
commit
04f4bc04e9
|
@ -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"
|
|
||||||
args "run" "./cmd/ugitd"
|
|
||||||
start_suspended true
|
|
||||||
}
|
|
||||||
pane {
|
|
||||||
name "watch"
|
|
||||||
command "nix"
|
command "nix"
|
||||||
args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}"
|
args "develop" "--command" "air"
|
||||||
|
start_suspended true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue