fixes
This commit is contained in:
parent
550ce08e41
commit
d6157016cd
6 changed files with 31 additions and 13 deletions
9
common/starship.nix
Normal file
9
common/starship.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
interactiveOnly = true;
|
||||
settings = {
|
||||
format = "$all";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue