diff --git a/modules/shell/starship.nix b/modules/shell/starship.nix index f6338d0..570a101 100644 --- a/modules/shell/starship.nix +++ b/modules/shell/starship.nix @@ -30,6 +30,10 @@ format = "\\[[$symbol($version)]($style)\\]"; symbol = " "; }; + package = { + format = "\\[[$symbol$version]($style)\\]"; + symbol = " "; + }; }; }; };