mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 06:29:41 +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
|
||
|
];
|
||
|
}
|