configuration.nix/home/programs/starship.nix

11 lines
175 B
Nix
Raw Normal View History

2023-07-11 22:41:18 +05:30
_: {
2023-04-07 19:09:05 +05:30
programs.starship = {
enable = true;
settings = {
add_newline = false;
git_metrics.disabled = false;
2024-01-04 21:51:09 +05:30
nix_shell.disabled = true;
2023-04-07 19:09:05 +05:30
};
};
}