9 lines
162 B
Nix
9 lines
162 B
Nix
{
|
|
# starship is a customisable prompt for any shell
|
|
programs.starship = {
|
|
enable = true;
|
|
enableBashIntegration = true;
|
|
settings = {
|
|
};
|
|
};
|
|
}
|