puter/common/starship.nix
2024-03-08 22:46:46 +01:00

8 lines
110 B
Nix

{
programs.starship = {
enable = true;
interactiveOnly = true;
settings.format = "$all";
};
}