mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
23 lines
588 B
Text
23 lines
588 B
Text
// TODO: Make it a nix module?
|
|
// - Don't't hardcode hostnames/ systems
|
|
// - Use nix store path for nixci-build-remote
|
|
layout {
|
|
pane size=1 borderless=true {
|
|
plugin location="tab-bar"
|
|
}
|
|
pane split_direction="vertical" {
|
|
pane {
|
|
name "x86_64-linux"
|
|
command "nixci-build-remote"
|
|
args "nix-infra@dosa"
|
|
}
|
|
pane {
|
|
name "aaarch64-darwin"
|
|
command "nixci-build-remote"
|
|
args "nix-infra@sambar"
|
|
}
|
|
}
|
|
pane size=2 borderless=true {
|
|
plugin location="status-bar"
|
|
}
|
|
}
|