dotfiles/home-manager/programs/starship.nix

15 lines
230 B
Nix
Raw Normal View History

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