From a6ec1cf8796d5847d01a31fdfb722ee8131dcecc Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 20 Mar 2025 11:52:08 +0100 Subject: [PATCH] `ncdu` is very handy --- modules/common/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 88bd936..5aa4549 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -18,7 +18,10 @@ nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :( system.switch.enableNg = true; - environment.systemPackages = [ pkgs.btop ]; + environment.systemPackages = [ + pkgs.btop + pkgs.ncdu + ]; # FIXME not the best place nixpkgs.config.permittedInsecurePackages = [