nixos/modules/base/programs.nix
Casper V. Kristensen 8c0eeabfff programs: ascii
2024-05-15 13:30:53 +02:00

37 lines
408 B
Nix

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