From 76c10ec22ee178d61dfbcb88009c332c63f8bae3 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 14 Jun 2023 12:05:15 +0200 Subject: [PATCH] Add ncdu to system packages --- common/main.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/main.nix b/common/main.nix index d993956..fd5296e 100644 --- a/common/main.nix +++ b/common/main.nix @@ -14,6 +14,7 @@ environment.systemPackages = with pkgs; [ vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file tree + ncdu ]; systemd.services."serial-getty@ttyS0" = {