{ pkgs, ... }: { environment = { systemPackages = with pkgs; [ ncdu ]; etc."ncdu.conf".text = '' -1 -e -t 0 --confirm-quit ''; }; }