diff --git a/nix/homeModules/common/starship/starship.toml b/nix/homeModules/common/starship/starship.toml index c3f257f9..88a7587d 100644 --- a/nix/homeModules/common/starship/starship.toml +++ b/nix/homeModules/common/starship/starship.toml @@ -97,7 +97,7 @@ style = "bold #239dad" # style = 'bold #b07219' [haskell] -format = '[ $version]($style)' +format = '[ $ghc_version]($style)' style = "bold #5e5086" #################### Language modules ####################