diff --git a/modules/home-manager/terminal/starship.nix b/modules/home-manager/terminal/starship.nix index b7ec3ad..5f8ec50 100644 --- a/modules/home-manager/terminal/starship.nix +++ b/modules/home-manager/terminal/starship.nix @@ -45,7 +45,8 @@ }; hostname = { ssh_only = false; - format = "[$ssh_symbol$hostname]($style)"; + ssh_symbol = "🌐"; + format = "[$hostname$ssh_symbol]($style)"; style = "bg:color_orange"; }; shell = {