2024-03-05 22:57:41 +01:00
|
|
|
{pkgs, ...}: {
|
2024-08-18 00:32:08 +02:00
|
|
|
# NixOS default packages:
|
|
|
|
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/system-path.nix
|
2024-03-05 22:17:26 +01:00
|
|
|
environment.systemPackages = with pkgs; [
|
2024-05-15 13:30:53 +02:00
|
|
|
ascii
|
2024-08-18 00:32:08 +02:00
|
|
|
bandwhich
|
2024-03-05 22:17:26 +01:00
|
|
|
bat
|
2024-08-18 00:32:08 +02:00
|
|
|
binutils
|
2024-03-05 22:17:26 +01:00
|
|
|
black
|
|
|
|
clang
|
2024-08-18 00:32:08 +02:00
|
|
|
dnsutils
|
2024-03-05 22:17:26 +01:00
|
|
|
fd
|
|
|
|
file
|
|
|
|
fzf
|
|
|
|
gcc
|
|
|
|
git
|
|
|
|
gnumake
|
|
|
|
htop
|
2024-08-18 00:32:08 +02:00
|
|
|
iputils
|
2024-03-05 22:17:26 +01:00
|
|
|
jq
|
2024-08-18 00:32:08 +02:00
|
|
|
lsof
|
|
|
|
magic-wormhole-rs
|
2024-06-03 23:43:59 +02:00
|
|
|
mtr
|
|
|
|
ncdu
|
2024-03-05 22:17:26 +01:00
|
|
|
ntp
|
2024-06-03 23:43:59 +02:00
|
|
|
openssl
|
|
|
|
pciutils
|
2024-08-18 00:32:08 +02:00
|
|
|
postgresql
|
2024-03-05 22:17:26 +01:00
|
|
|
progress
|
|
|
|
pwgen
|
2024-08-18 00:32:08 +02:00
|
|
|
python3
|
2024-03-05 22:17:26 +01:00
|
|
|
python310
|
|
|
|
python311
|
|
|
|
python312
|
2024-06-15 02:26:33 +02:00
|
|
|
socat
|
2024-08-18 00:32:08 +02:00
|
|
|
sqlite-interactive
|
2024-06-03 23:43:59 +02:00
|
|
|
tcpdump
|
2024-03-05 22:17:26 +01:00
|
|
|
tmux
|
|
|
|
traceroute
|
|
|
|
tree
|
|
|
|
unzip
|
2024-06-03 23:43:59 +02:00
|
|
|
usbutils
|
2024-03-05 22:17:26 +01:00
|
|
|
wget
|
2024-08-18 00:32:08 +02:00
|
|
|
whois
|
2024-03-05 22:17:26 +01:00
|
|
|
wireguard-tools
|
|
|
|
yq
|
|
|
|
];
|
|
|
|
}
|