mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 04:59:42 +00:00
12 lines
150 B
Nix
12 lines
150 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
curl
|
|
wget
|
|
pciutils
|
|
lshw
|
|
man-pages
|
|
rsync
|
|
bind.dnsutils
|
|
];
|
|
}
|