From 9b7969f2255805b77b4c73fdb1bd411c33168331 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Thu, 24 Aug 2023 17:27:08 -0700 Subject: [PATCH] Added du-dust and sorted alphabetically --- modules/suites/utils/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/suites/utils/default.nix b/modules/suites/utils/default.nix index 4c579b2..17a8f79 100644 --- a/modules/suites/utils/default.nix +++ b/modules/suites/utils/default.nix @@ -18,23 +18,24 @@ in { environment.systemPackages = with pkgs; [ inputs.agenix.packages.x86_64-linux.default alejandra + bind # for dig curl deploy-rs + du-dust fd file htop jq killall + lsof pre-commit + progress python3 ripgrep + sqlite + tcpdump usbutils wget - lsof - bind # for dig - tcpdump - progress - sqlite ]; }; }