mirror of https://git.jolheiser.com/ugit.git
23 lines
388 B
Plaintext
23 lines
388 B
Plaintext
theme "catppuccin-mocha"
|
|
layout {
|
|
pane {
|
|
name "ide"
|
|
command "nix"
|
|
args "develop"
|
|
size "90%"
|
|
}
|
|
pane split_direction="vertical" {
|
|
pane {
|
|
name "run"
|
|
command "go"
|
|
args "run" "./cmd/ugitd"
|
|
start_suspended true
|
|
}
|
|
pane {
|
|
name "watch"
|
|
command "nix"
|
|
args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}"
|
|
}
|
|
}
|
|
}
|