add starship settings

This commit is contained in:
Osman Faruk Bayram 2025-03-13 20:21:44 +03:00
parent 9f636334b1
commit c6927a28e2

View file

@ -2,5 +2,11 @@
programs.starship = {
enable = true;
enableFishIntegration = true;
settings = {
add_newline = false;
dart.disabled = true;
python.disabled = true;
nodejs.disabled = true;
};
};
}