11 lines
149 B
Nix
11 lines
149 B
Nix
|
{ ... }: {
|
||
|
|
||
|
programs.starship = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
add_newline = false;
|
||
|
git_metrics.disabled = false;
|
||
|
};
|
||
|
};
|
||
|
}
|