From 08eaf312f2739e82738a5ea3078f74138b41f9b7 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 d993956c..fd5296ed 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" = {