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