dotfiles/home/modules/starship/config/settings.nix

10 lines
168 B
Nix
Raw Normal View History

2024-11-20 17:47:07 -06:00
{
settings = {
add_newline = false;
character = {
success_symbol = "[ ](bold #8bd5ca)";
error_symbol = "[ ¬](bold #ee99a0)";
};
};
}