From e9dab03e3fa5b497b7b2d599bec84b5b3ff1ef05 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 11:21:29 +0200 Subject: [PATCH] add zjstatus to installed packages --- home-manager/shared/shell/zellij.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index 00829e3..9ee6d6b 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -1,4 +1,11 @@ -{lib, ...}: { +{ + lib, + pkgs, + ... +}: { + home.packages = with pkgs; [ + zjstatus + ]; programs.zellij = { # This autostarts zellij on zsh start # TODO find specific settings for vscode to avoid