install ripunzip

This commit is contained in:
wi11-holdsworth 2025-09-10 14:08:16 +10:00
parent 81eb52ba1e
commit 973af180ad

View file

@ -26,19 +26,16 @@ in
# cli utils # cli utils
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nom
nixfmt-rfc-style
# rust replacements
# delta # pager
# fish # shell
dua # disk use analyser dua # disk use analyser
fd # find fd # find
hyperfine # benchmarking tool hyperfine # benchmarking tool
lazygit # git tui lazygit # git tui
mprocs # run long running commands and monitor output mprocs # run long running commands and monitor output
nom
nixfmt-rfc-style
presenterm # presentations presenterm # presentations
ripgrep-all # grep ripgrep-all # grep
ripunzip
wiki-tui # wikipedia tui wiki-tui # wikipedia tui
xh # curl xh # curl
]; ];