configuration.nix/home/programs/starship.nix

10 lines
146 B
Nix
Raw Normal View History

2023-05-18 16:11:26 +05:30
{...}: {
2023-04-07 19:09:05 +05:30
programs.starship = {
enable = true;
settings = {
add_newline = false;
git_metrics.disabled = false;
};
};
}