feat: install some more cli utils
This commit is contained in:
parent
c82a138eb7
commit
b5d3396045
1 changed files with 26 additions and 5 deletions
|
|
@ -26,18 +26,39 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# keep-sorted start
|
||||
bottom # process viewer
|
||||
broot # large directory browser
|
||||
chawan # browser
|
||||
dogdns # dns
|
||||
dua # disk use analyser
|
||||
duf # df alternative
|
||||
fastfetch # neofetch
|
||||
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
|
||||
keep-sorted
|
||||
keep-sorted # alphabetical formatter
|
||||
lazygit # git tui
|
||||
lolcat # funny terminal colours
|
||||
mprocs # run long running commands and monitor output
|
||||
nixfmt-rfc-style
|
||||
nom
|
||||
presenterm # presentations
|
||||
navi # cheatsheet browser
|
||||
nb # note taking
|
||||
nom # stylistic nix dependency graphs
|
||||
procs # ps
|
||||
ripgrep-all # grep
|
||||
ripunzip
|
||||
ripunzip # unzip
|
||||
sd # sed
|
||||
slides # presentations
|
||||
ticker # stock ticker
|
||||
tmpmail # temporary email address
|
||||
tt # typing test
|
||||
wiki-tui # wikipedia tui
|
||||
wtfutil # terminal homepage
|
||||
xh # curl
|
||||
# keep-sorted end
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue