From 41ad4d4e79b437e30a1a750f915472d5ed37e05b Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 29 Apr 2024 21:35:24 +0900 Subject: [PATCH] Testing --- home-manager/common/software/cli/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/zellij.nix b/home-manager/common/software/cli/zellij.nix index e5b44d31..f313712c 100644 --- a/home-manager/common/software/cli/zellij.nix +++ b/home-manager/common/software/cli/zellij.nix @@ -34,7 +34,7 @@ default_tab_template { children pane size=1 borderless=false { - plugin location="${inputs.zjstatus.packages.${system}.default}" { + plugin location="${inputs.zjstatus.packages.${system}.default}/bin/zjstatus.wasm" { format_left "{mode} #[fg=#89B4FA,bold]{session}" format_center "{tabs}" format_right "{command_git_branch} {datetime}"