mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Add various system packages
This commit is contained in:
parent
3a5d27592e
commit
358cf7be2f
|
@ -7,4 +7,14 @@
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
curl
|
||||||
|
wget
|
||||||
|
pciutils
|
||||||
|
lshw
|
||||||
|
man-pages
|
||||||
|
rsync
|
||||||
|
bind.dnsutils
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue