2023-03-12 05:14:28 +01:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
lsof
|
|
|
|
lshw
|
|
|
|
file
|
|
|
|
tmux
|
|
|
|
#parallel # already provided by moreutils
|
|
|
|
pwgen
|
|
|
|
git
|
|
|
|
#gh
|
|
|
|
#hub
|
|
|
|
nmap
|
|
|
|
rsync
|
|
|
|
bind.dnsutils
|
|
|
|
gnused
|
|
|
|
gnumake
|
|
|
|
coreutils-full
|
|
|
|
moreutils
|
|
|
|
binutils
|
|
|
|
diffutils
|
|
|
|
findutils
|
|
|
|
usbutils
|
|
|
|
bash-completion
|
|
|
|
curl
|
|
|
|
wget
|
|
|
|
strace
|
|
|
|
killall
|
|
|
|
|
2023-03-19 04:23:38 +01:00
|
|
|
pciutils
|
2023-03-12 05:14:28 +01:00
|
|
|
htop
|
|
|
|
glances
|
2023-06-23 21:45:16 +02:00
|
|
|
bottom
|
|
|
|
zenith
|
2023-03-12 05:14:28 +01:00
|
|
|
|
|
|
|
#sshfs
|
|
|
|
entr
|
|
|
|
tealdeer # tldr, but rust
|
2023-06-23 21:45:16 +02:00
|
|
|
axel aria aria2
|
2023-03-12 05:14:28 +01:00
|
|
|
bat
|
|
|
|
xe # xargs alternative
|
|
|
|
sd # sed alternative
|
|
|
|
fd # find alternative
|
|
|
|
silver-searcher # `ag`
|
|
|
|
ripgrep # 'rg'
|
|
|
|
jq
|
|
|
|
yq
|
|
|
|
htmlq
|
|
|
|
sysz
|
|
|
|
du-dust # du alternative
|
|
|
|
ncdu # Disk usage analyzer with an ncurses interface
|
|
|
|
|
2023-06-23 21:45:16 +02:00
|
|
|
dialog # remove?
|
|
|
|
|
2023-03-12 05:14:28 +01:00
|
|
|
visidata
|
|
|
|
sqlite
|
|
|
|
];
|
|
|
|
}
|