Home

ugit @main - refs - log -
-
https://git.jolheiser.com/ugit.git
The code powering this h*ckin' site
ugit / contrib / layout.kdl
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
theme "catppuccin-mocha"
layout {
	pane {
		name "ide"
		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"
			command "nix"
			args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}"
		}
	}
}