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

9 lines
168 B
Nix

{
settings = {
add_newline = false;
character = {
success_symbol = "[ ](bold #8bd5ca)";
error_symbol = "[ ¬](bold #ee99a0)";
};
};
}