Let's try this location to load the layout by default
This commit is contained in:
parent
473142eb13
commit
ea963cff84
|
@ -19,7 +19,6 @@
|
|||
pane size=1 borderless=true {
|
||||
plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" {
|
||||
format_left "{mode} #[fg=cyan,bold]{session}"
|
||||
format_center "{tabs}"
|
||||
format_right "{command_git_branch} {datetime}"
|
||||
format_space ""
|
||||
|
||||
|
@ -59,7 +58,7 @@ in {
|
|||
home.file = {
|
||||
"layout" = {
|
||||
source = "${layout}";
|
||||
target = ".config/zellij/config/layouts/default.kdl";
|
||||
target = ".config/zellij/layouts/default.kdl";
|
||||
};
|
||||
};
|
||||
home.file = {
|
||||
|
|
Loading…
Reference in a new issue