diff --git a/home/starship.nix b/home/starship.nix index 522832b..10ac453 100644 --- a/home/starship.nix +++ b/home/starship.nix @@ -2,5 +2,11 @@ programs.starship = { enable = true; enableFishIntegration = true; + settings = { + add_newline = false; + dart.disabled = true; + python.disabled = true; + nodejs.disabled = true; + }; }; } \ No newline at end of file