From f729481ab0a43fb79ba5c4b6819c5609c7ef579c Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Sun, 22 Feb 2026 22:56:50 +0100 Subject: [PATCH 1/2] hotfix zshell-cli -> worked in nix develop, testing on install --- nix/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 561e27b..15f4d8d 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -35,6 +35,7 @@ libqalculate bash hyprland + zshell-cli ]; fontconfig = makeFontsConf { @@ -101,7 +102,7 @@ in qt6.qtbase qt6.qtwayland ]; - propagatedBuildInputs = runtimeDeps ++ [zshell-cli]; + propagatedBuildInputs = runtimeDeps; cmakeFlags = [ From 5cd8014092819d02b65d0f15fef5e71f8078006d Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Sun, 22 Feb 2026 23:03:36 +0100 Subject: [PATCH 2/2] adjusted README.md to include zshell-cli as an input to environment.systemPacakges --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6766142..f461a2b 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Below a full example of what it could look like. } ``` -Now you can add z-bar-qt as a nixpkgs in environment.systemPackages (or optionally in your homePackages). +Now you can add z-bar-qt as a nixpkg in environment.systemPackages (or optionally in your homePackages). ```nix { pkgs, inputs, ... }: @@ -99,11 +99,12 @@ Now you can add z-bar-qt as a nixpkgs in environment.systemPackages (or optional { environment.systemPackages = with pkgs; [ inputs.z-bar-qt.packages.${system}.zshell + inputs.z-bar-qt.packages.${system}.zshell-cli ]; } ``` -You can now run `zshell` to run the bar. +You can now run `zshell` to run the bar. `zshell-cli` can be used for additional options. ## Configuration