mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-09 19:19:23 +01:00
14 lines
230 B
Nix
14 lines
230 B
Nix
{
|
||
programs.starship = {
|
||
enable = true;
|
||
settings = {
|
||
add_newline = false;
|
||
character = {
|
||
success_symbol = "[❯](bold white)";
|
||
};
|
||
package = {
|
||
disabled = true;
|
||
};
|
||
};
|
||
};
|
||
}
|