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