From 8e0c718886119e1dee5953dc94380041bd12dc2b Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 12:10:05 +0200 Subject: [PATCH] Forgot the : --- 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 e838363..1cbdd3b 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -29,7 +29,7 @@ }; }; pane = { - "plugin location=" = "file${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm"; + "plugin location=" = "file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm"; }; }; };