From 8b2312edf2e5503937094d49d9e10ac746fcaba4 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 12:05:00 +0200 Subject: [PATCH] We need that space there not another nest --- home-manager/shared/shell/zellij.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index d5baed0..1639c36 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -29,7 +29,7 @@ }; }; pane = { - plugin.location = "${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm"; + "plugin location" = "${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm"; }; }; };