diff --git a/home/starship.nix b/home/starship.nix index 1ed8dee..6f183f6 100644 --- a/home/starship.nix +++ b/home/starship.nix @@ -3,12 +3,15 @@ enable = true; settings = { username = { - format = "[$user](bold blue) "; + style_user = "blue bold"; + style_root = "red bold"; + format = "[$user]($style) "; disabled = false; show_always = true; }; hostname = { ssh_only = false; + ssh_symbol = "🌐 "; format = "on [$hostname](bold red) "; trim_at = ".local"; disabled = false;