yep, more dotfiles

shell: fix starship nix module spacing

wiro.world 2f53fb54 e67ed74f

verified
+2 -2
+2 -2
home-manager/fragments/shell.nix
··· 29 29 git_status.disabled = true; 30 30 31 31 nix_shell = { 32 - # remove nix shell name 33 - format = "via [$symbol]($style)"; 32 + # remove nix shell name 33 + format = "via [$symbol]($style) "; 34 34 symbol = " "; 35 35 }; 36 36 };