67 lines
778 B
Nix
67 lines
778 B
Nix
|
pkgs:
|
||
|
builtins.attrValues {
|
||
|
inherit
|
||
|
(pkgs)
|
||
|
# better cd
|
||
|
zoxide
|
||
|
# pipe viewer
|
||
|
pv
|
||
|
# hex editor
|
||
|
bvi
|
||
|
#better ls
|
||
|
eza
|
||
|
atuin
|
||
|
# better cat
|
||
|
bat
|
||
|
# clipboard
|
||
|
# yazi
|
||
|
serpl
|
||
|
diff-so-fancy
|
||
|
tig
|
||
|
direnv
|
||
|
sesh
|
||
|
mprocs
|
||
|
curlie
|
||
|
entr
|
||
|
procs
|
||
|
sd
|
||
|
# mult
|
||
|
glow
|
||
|
# dua-cli
|
||
|
dust
|
||
|
kondo
|
||
|
# better grep
|
||
|
ripgrep
|
||
|
# IP stuff
|
||
|
dig
|
||
|
# simply the best fetch tool out there
|
||
|
microfetch
|
||
|
fzf
|
||
|
element
|
||
|
difftastic
|
||
|
hexyl
|
||
|
yazi
|
||
|
gnumake
|
||
|
asciinema
|
||
|
inetutils
|
||
|
tokei
|
||
|
starship
|
||
|
wget
|
||
|
cpufetch
|
||
|
watchman
|
||
|
tealdeer
|
||
|
hyperfine
|
||
|
imagemagick
|
||
|
ffmpeg-full
|
||
|
timg
|
||
|
nmap
|
||
|
fd
|
||
|
jq
|
||
|
rsync
|
||
|
figlet
|
||
|
unzip
|
||
|
zip
|
||
|
ouch
|
||
|
;
|
||
|
}
|