flocon/home/terminal/shell/starship.nix

14 lines
234 B
Nix

{
programs.starship = {
enable = true;
enableTransience = true;
settings = {
add_newline = true;
cmd_duration = {
style = "yellow";
format = "[ $duration]($style)";
};
};
};
}