From 175922f37dab0468beb592f7960c8108e472039e Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 9 Jan 2026 00:23:45 +0100 Subject: [PATCH] fix --- modules/zellij/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/zellij/default.nix b/modules/zellij/default.nix index 5bf4396..baa8984 100644 --- a/modules/zellij/default.nix +++ b/modules/zellij/default.nix @@ -7,7 +7,8 @@ xdg.configFile."zellij/layouts/default.kdl".text = '' layout { default_tab_template { - pane size=1 borderless=false { + children + pane size=1 { plugin location="https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm" { color_fg "#ffffff" color_fg_alt "#bf8a9f" @@ -57,7 +58,6 @@ tab_separator "#[fg=$fg_dim] | " } } - children } } '';