dotfiles/home-manager/programs/starship.nix

11 lines
202 B
Nix
Raw Normal View History

2023-05-02 22:47:01 +02:00
{
programs.starship = {
enable = true;
settings = {
add_newline = false;
character = { success_symbol = "[](bold white)"; };
package = { disabled = true; };
2023-05-02 22:47:01 +02:00
};
};
2023-05-02 22:47:01 +02:00
}