From f4c364eece36c3ca75183694b3584676c116df33 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 7 Apr 2025 14:16:22 +0800 Subject: [PATCH] chore: enable zellij status bar --- modules/programs/zellij.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/programs/zellij.nix b/modules/programs/zellij.nix index ede3087..b123208 100644 --- a/modules/programs/zellij.nix +++ b/modules/programs/zellij.nix @@ -18,6 +18,9 @@ pane size=1 borderless=true { plugin location="tab-bar" } + pane size=1 borderless=true { + plugin location="status-bar" + } } ''; };