8 lines
110 B
Nix
8 lines
110 B
Nix
{
|
|
programs.starship = {
|
|
enable = true;
|
|
interactiveOnly = true;
|
|
settings.format = "$all";
|
|
};
|
|
}
|