43 lines
475 B
Nix
43 lines
475 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
ascii
|
|
bat
|
|
black
|
|
clang
|
|
curl
|
|
dig
|
|
fd
|
|
file
|
|
fzf
|
|
gcc
|
|
git
|
|
gnumake
|
|
htop
|
|
inetutils
|
|
jq
|
|
magic-wormhole
|
|
mtr
|
|
ncdu
|
|
ntp
|
|
openssl
|
|
pciutils
|
|
progress
|
|
pwgen
|
|
python310
|
|
python311
|
|
python312
|
|
rsync
|
|
sqlite
|
|
tcpdump
|
|
tmux
|
|
traceroute
|
|
tree
|
|
unzip
|
|
usbutils
|
|
wget
|
|
wireguard-tools
|
|
xkcdpass
|
|
yq
|
|
];
|
|
}
|