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 81746e0c..6e41a986 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -50,6 +50,10 @@ in style = "bg:${orangeColor}"; disabled = true; }; + + nix_shell = { + disabled = false; + }; directory = { style = "fg:${blackColor} bg:${yellowColor}";