puter/common/starship.nix

10 lines
127 B
Nix
Raw Normal View History

2024-02-27 19:27:45 +00:00
{
programs.starship = {
enable = true;
interactiveOnly = true;
settings = {
format = "$all";
};
};
}