From 87e367c848c04c380c16da5a1d3d0dd28e1ccf69 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 7 Feb 2026 19:16:04 +0100 Subject: [PATCH] +witr Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 6f9aea1a..2f2b31aa 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -7,7 +7,7 @@ }: let fetch = config.theme.fetch; # neofetch, nerdfetch, pfetch in { - home.packages = with pkgs; [bat ripgrep tldr sesh]; + home.packages = with pkgs; [bat ripgrep tldr witr]; # Add go binaries to the PATH home.sessionPath = ["$HOME/go/bin"];