{pkgs, user, ...}: {
users.users.${user}.packages = with pkgs; [
btop
ncdu
tmux
curl
bat
nethogs
];
}