From c6927a28e2c119cdf8da8acb082fe5841d1970d1 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 13 Mar 2025 20:21:44 +0300 Subject: [PATCH] add starship settings --- home/starship.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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