Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-02-07 19:16:04 +01:00
parent c94559d29f
commit 89c61650bc

View File

@@ -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"];