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 987ab93c..36a0fc0e 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -88,16 +88,8 @@ in format = "[$all_status$ahead_behind ]($style)"; }; - nodejs = { - symbol = ""; - style = "bg:#86BBD8"; - format = "[ $symbol ($version) ]($style)"; - }; - - nim = { - symbol = "󰆥 "; - style = "bg:#86BBD8"; - format = "[ $symbol ($version) ]($style)"; + status = { + enable = true; }; time = {