From 0d89d227a58551942e26f8438e2a1bcb12678297 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 13:16:25 +0200 Subject: [PATCH] Let's not build conduwuit for a zellij plugin --- home-manager/shared/shell/zellij.kdl | 2 +- home-manager/shared/shell/zellij.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/shared/shell/zellij.kdl b/home-manager/shared/shell/zellij.kdl index 10711ed..76d6ee4 100644 --- a/home-manager/shared/shell/zellij.kdl +++ b/home-manager/shared/shell/zellij.kdl @@ -33,7 +33,7 @@ pane = { default_tab_template { children pane size=1 borderless=true { - plugin location="file:${inputs.conduit.packages.${pkgs.system}.default}/bin/zjstatus.wasm" { + plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" { format_left "{mode} #[fg=cyan,bold]{session}" format_center "{tabs}" format_right "{command_git_branch} {datetime}" diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index de05b12..a49f915 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -42,7 +42,7 @@ default_tab_template { children pane size=1 borderless=true { - plugin location="file:${inputs.conduit.packages.${pkgs.system}.default}/bin/zjstatus.wasm" { + plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" { format_left "{mode} #[fg=cyan,bold]{session}" format_center "{tabs}" format_right "{command_git_branch} {datetime}"