14 lines
234 B
Nix
14 lines
234 B
Nix
{
|
|
programs.starship = {
|
|
enable = true;
|
|
enableTransience = true;
|
|
settings = {
|
|
add_newline = true;
|
|
|
|
cmd_duration = {
|
|
style = "yellow";
|
|
format = "[ $duration]($style)";
|
|
};
|
|
};
|
|
};
|
|
}
|