update standard packages
This commit is contained in:
parent
5519fba258
commit
dfcb5e5789
|
@ -1,11 +1,14 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
|
# NixOS default packages:
|
||||||
|
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/config/system-path.nix
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ascii
|
ascii
|
||||||
|
bandwhich
|
||||||
bat
|
bat
|
||||||
|
binutils
|
||||||
black
|
black
|
||||||
clang
|
clang
|
||||||
curl
|
dnsutils
|
||||||
dig
|
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
|
@ -13,22 +16,24 @@
|
||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
htop
|
htop
|
||||||
inetutils
|
iputils
|
||||||
jq
|
jq
|
||||||
magic-wormhole
|
lsof
|
||||||
|
magic-wormhole-rs
|
||||||
mtr
|
mtr
|
||||||
ncdu
|
ncdu
|
||||||
ntp
|
ntp
|
||||||
openssl
|
openssl
|
||||||
pciutils
|
pciutils
|
||||||
|
postgresql
|
||||||
progress
|
progress
|
||||||
pwgen
|
pwgen
|
||||||
|
python3
|
||||||
python310
|
python310
|
||||||
python311
|
python311
|
||||||
python312
|
python312
|
||||||
rsync
|
|
||||||
socat
|
socat
|
||||||
sqlite
|
sqlite-interactive
|
||||||
tcpdump
|
tcpdump
|
||||||
tmux
|
tmux
|
||||||
traceroute
|
traceroute
|
||||||
|
@ -36,6 +41,7 @@
|
||||||
unzip
|
unzip
|
||||||
usbutils
|
usbutils
|
||||||
wget
|
wget
|
||||||
|
whois
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
yq
|
yq
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue