nixos-config/common/components/packages-base.nix
2024-08-23 11:33:58 +02:00

27 lines
316 B
Nix

{
pkgs,
lib,
...
}: {
# Packages installd on every machine
environment.systemPackages = with pkgs; [
wget
dig
nmap
btop
gitFull
smartmontools
lm_sensors
pciutils
gcc
gnumake
sysstat
file
ffmpeg
usbutils
bat
dust
nix-output-monitor
];
}