From 89c61650bc4474d5a65fb18a682c7d995ab83185 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 6f9aea1..2f2b31a 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"];