From bba426e8447b3c843203f96efac1da68b856472d Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Wed, 29 Jan 2025 09:49:32 -0800
Subject: [PATCH] Fix Nix_shell symbol starship

---
 home-manager/common/software/cli/starship.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home-manager/common/software/cli/starship.nix b/home-manager/common/software/cli/starship.nix
index 336ac0f4..440f15a3 100644
--- a/home-manager/common/software/cli/starship.nix
+++ b/home-manager/common/software/cli/starship.nix
@@ -64,7 +64,7 @@ in
       nix_shell = {
         disabled = false;
         heuristic = true;
-        symbol = " ";
+        symbol = "  ";
         format = "[$symbol]($style)";
         style = "fg:${blackColor} bg:${statusBG}";
       };