10 lines
175 B
Nix
10 lines
175 B
Nix
_: {
|
|
programs.starship = {
|
|
enable = true;
|
|
settings = {
|
|
add_newline = false;
|
|
git_metrics.disabled = false;
|
|
nix_shell.disabled = true;
|
|
};
|
|
};
|
|
}
|