pantheon/users/modules/programs/starship.nix
2025-03-14 13:35:24 +08:00

10 lines
186 B
Nix

{
# starship is a customisable prompt for any shell
programs.starship = {
enable = true;
settings = {
format = "$character";
right_format = "$all";
};
};
}