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

7 lines
110 B
Nix

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