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 6722a145..135b9a40 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -50,7 +50,7 @@ in hostname = { ssh_only = true; - style_user = "fg:${blackColor} bg:${orangeColor}"; + style = "fg:${blackColor} bg:${orangeColor}"; format = "@[$hostname]($style)"; disabled = false; };