Add various system packages

This commit is contained in:
ItsDrike 2024-04-13 00:28:46 +02:00
parent 3a5d27592e
commit 358cf7be2f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -7,4 +7,14 @@
vimAlias = true;
viAlias = true;
};
environment.systemPackages = with pkgs; [
curl
wget
pciutils
lshw
man-pages
rsync
bind.dnsutils
];
}