puter/common/starship.nix
2024-02-27 20:27:45 +01:00

10 lines
127 B
Nix

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