nixos/modules/base/programs.nix
2024-06-15 02:26:33 +02:00

43 lines
472 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
socat
sqlite
tcpdump
tmux
traceroute
tree
unzip
usbutils
wget
wireguard-tools
yq
];
}