From dd1ce17e0e66fbc88385c4ee1b78b551217bdfe8 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 7 Apr 2020 22:21:47 +1000 Subject: [PATCH] Added ncdu --- roles/host_common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/host_common.nix b/roles/host_common.nix index f5a5eb2..f08b670 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -42,6 +42,7 @@ dnsutils # Bind DNS utilities htop # interactive process viewer (if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system + ncdu # Disk usage analyzer with an ncurses interface powerline-fonts # For zsh themes lsof # list open files direnv # A shell extension that manages your environment