diff --git a/system/core/tools.nix b/system/core/tools.nix index 15a43be..cb1e4cf 100644 --- a/system/core/tools.nix +++ b/system/core/tools.nix @@ -1,6 +1,10 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ + busybox htop + wget + ripgrep + nethogs ffmpeg ]; }