49 lines
457 B
Nix
49 lines
457 B
Nix
{pkgs}: (with pkgs; [
|
|
# better cd
|
|
zoxide
|
|
#better ls
|
|
eza
|
|
|
|
# better cat
|
|
bat
|
|
|
|
# better grep
|
|
ripgrep
|
|
|
|
# better dig
|
|
dogdns
|
|
|
|
# simply the best fetch tool out there
|
|
microfetch
|
|
|
|
fzf
|
|
|
|
cpc
|
|
difftastic
|
|
hexyl
|
|
gitui
|
|
iputils
|
|
gnumake
|
|
gping
|
|
asciinema
|
|
inetutils
|
|
scc
|
|
onefetch
|
|
wget
|
|
cpufetch
|
|
yt-dlp
|
|
tealdeer
|
|
glow
|
|
hyperfine
|
|
imagemagick
|
|
ffmpeg-full
|
|
catimg
|
|
nmap
|
|
wget
|
|
fd
|
|
jq
|
|
rsync
|
|
figlet
|
|
unzip
|
|
zip
|
|
])
|