Let's try this location to load the layout by default

This commit is contained in:
Lillian Violet 2024-05-02 14:28:40 +02:00
parent 473142eb13
commit ea963cff84

View file

@ -19,7 +19,6 @@
pane size=1 borderless=true { pane size=1 borderless=true {
plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" { plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" {
format_left "{mode} #[fg=cyan,bold]{session}" format_left "{mode} #[fg=cyan,bold]{session}"
format_center "{tabs}"
format_right "{command_git_branch} {datetime}" format_right "{command_git_branch} {datetime}"
format_space "" format_space ""
@ -59,7 +58,7 @@ in {
home.file = { home.file = {
"layout" = { "layout" = {
source = "${layout}"; source = "${layout}";
target = ".config/zellij/config/layouts/default.kdl"; target = ".config/zellij/layouts/default.kdl";
}; };
}; };
home.file = { home.file = {