pantheon/users/modules/programs/starship.nix

9 lines
162 B
Nix

{
# starship is a customisable prompt for any shell
programs.starship = {
enable = true;
enableBashIntegration = true;
settings = {
};
};
}