From 823371ccaa40319f4f6f24acf074cca04d48e719 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 12:09:15 +0200 Subject: [PATCH] Let's try this weird format instead --- 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 1639c36..e838363 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=" = "file${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm"; }; }; };