feat: install some more cli utils

This commit is contained in:
wi11-holdsworth 2025-09-22 16:43:05 +10:00
parent c82a138eb7
commit b5d3396045

View file

@ -26,18 +26,39 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# keep-sorted start # keep-sorted start
bottom # process viewer
broot # large directory browser
chawan # browser
dogdns # dns
dua # disk use analyser dua # disk use analyser
duf # df alternative
fastfetch # neofetch
fd # find fd # find
fselect # find with sql syntax
fx # json processor and viewer
fzf # fuzzy finder
glow # markdown viewer
gping # pretty ping
grex # regular expression generator
hexyl # hexadecimal viewer
hyperfine # benchmarking tool hyperfine # benchmarking tool
keep-sorted keep-sorted # alphabetical formatter
lazygit # git tui lazygit # git tui
lolcat # funny terminal colours
mprocs # run long running commands and monitor output mprocs # run long running commands and monitor output
nixfmt-rfc-style navi # cheatsheet browser
nom nb # note taking
presenterm # presentations nom # stylistic nix dependency graphs
procs # ps
ripgrep-all # grep ripgrep-all # grep
ripunzip ripunzip # unzip
sd # sed
slides # presentations
ticker # stock ticker
tmpmail # temporary email address
tt # typing test
wiki-tui # wikipedia tui wiki-tui # wikipedia tui
wtfutil # terminal homepage
xh # curl xh # curl
# keep-sorted end # keep-sorted end
]; ];