mirror of
https://github.com/ItsDrike/nixdots
synced 2025-04-04 13:22:27 +00:00
Add various system packages
This commit is contained in:
parent
3a5d27592e
commit
358cf7be2f
1 changed files with 10 additions and 0 deletions
|
@ -7,4 +7,14 @@
|
|||
vimAlias = true;
|
||||
viAlias = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
wget
|
||||
pciutils
|
||||
lshw
|
||||
man-pages
|
||||
rsync
|
||||
bind.dnsutils
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue