add common system tools (busybox, wget, etc)

This commit is contained in:
xunuwu 2024-02-29 20:03:32 +01:00
parent 977076ef7a
commit 5a8cdeedcd
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -1,6 +1,10 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
busybox
htop
wget
ripgrep
nethogs
ffmpeg
];
}