diff --git a/home-manager/common/software/cli/bash.d/starship-theme.nix b/home-manager/common/software/cli/bash.d/starship-theme.nix index 3e2d679e..2810e8dc 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -54,6 +54,8 @@ in nix_shell = { disabled = false; heuristic = true; + format = " [$symbol$state( \($name\))]($style) "; + style = "fg:${whiteColor} bg:${blueColor}"; }; directory = {