diff --git a/home-mandlm.nix b/home-mandlm.nix index 4c3e24b..291b581 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -232,6 +232,10 @@ starship = { enable = true; + settings = { + format = lib.concatStrings [ "$all" "$directory" "$character" ]; + hostname.format = "[$ssh_symbol$hostname]($style) "; + }; }; i3status-rust = {