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, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
busybox
|
||||||
htop
|
htop
|
||||||
|
wget
|
||||||
|
ripgrep
|
||||||
|
nethogs
|
||||||
ffmpeg
|
ffmpeg
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue