nixos/modules/base/packages.nix

36 lines
400 B
Nix
Raw Normal View History

2024-03-05 22:17:26 +01:00
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
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
];
}