Mirror of https://git.jolheiser.com/ugit

fix zellij layout

+3 -9
+3 -9
contrib/layout.kdl
··· 5 5 command "nix" 6 6 args "develop" 7 7 size "90%" 8 - start_suspended true 9 8 } 10 9 pane split_direction="vertical" { 11 10 pane { 12 - name "run" 13 - command "go" 14 - args "run" "./cmd/ugitd" 15 - start_suspended true 16 - } 17 - pane { 18 - name "watch" 11 + name "air" 19 12 command "nix" 20 - args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}" 13 + args "develop" "--command" "air" 14 + start_suspended true 21 15 } 22 16 } 23 17 }