From 3234a332471904a86a1ce0f64fd2209f556cce5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 26 Jan 2024 09:20:44 +0200 Subject: [PATCH] base: cleanup pkgs --- modules/base/default.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/modules/base/default.nix b/modules/base/default.nix index 6ac93e5..7c3ca6b 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -98,22 +98,20 @@ pwgen parted sqlite - bonnie # disk benchmarking dhcpcd hdparm sdparm procps vimv-rs sysstat + ripgrep ethtool usbutils pciutils bsdgames parallel binutils - bandwhich hyperfine - sloccount stress-ng dmidecode moreutils @@ -140,21 +138,17 @@ tcpdump testssl dnsutils + bandwhich speedtest-cli - prettyping config.boot.kernelPackages.perf - (runCommand "prettyping-pp" {} '' - mkdir -p $out/bin - ln -s ${prettyping}/bin/prettyping $out/bin/pp - '') # compression/decompression xz pigz zstd p7zip - brotli zopfli + brotli ]; };