{ config, ... }: { home-manager.users.toast = { config, ... }: { programs.bash.enable = true; }; }