add common system tools (busybox, wget, etc)
This commit is contained in:
parent
977076ef7a
commit
5a8cdeedcd
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
busybox
|
||||
htop
|
||||
wget
|
||||
ripgrep
|
||||
nethogs
|
||||
ffmpeg
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue