Home

ugit @04f4bc04e9e3ddb5c246bca991002f148e1cca32 - 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
theme "catppuccin-mocha"
layout {
	pane {
		name "ide"
		command "nix"
		args "develop"
		size "90%"
	}
	pane split_direction="vertical" {
		pane {
			name "air"
			command "nix"
			args "develop" "--command" "air"
			start_suspended true
		}
	}
}