feat: useful core packages, file, nload

This commit is contained in:
teutat3s 2024-01-22 13:46:07 +01:00
parent f6f1ca0df0
commit 8b84af72bc
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -11,18 +11,20 @@ in {
environment.systemPackages = with pkgs; [
# Core unix utility packages
coreutils-full
diffutils
dnsutils
exfat
file
findutils
inetutils
progress
pciutils
usbutils
diffutils
findutils
exfat
gitMinimal
btop
mtr
nload
];
}