diff --git a/contrib/layout.kdl b/contrib/layout.kdl new file mode 100644 index 0000000..46d0a8b --- /dev/null +++ b/contrib/layout.kdl @@ -0,0 +1,22 @@ +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 ./...}" + } + } +}