add starship settings
This commit is contained in:
parent
9f636334b1
commit
c6927a28e2
1 changed files with 6 additions and 0 deletions
|
|
@ -2,5 +2,11 @@
|
|||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
add_newline = false;
|
||||
dart.disabled = true;
|
||||
python.disabled = true;
|
||||
nodejs.disabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue