diff --git a/home/programs/shell/starship.nix b/home/programs/shell/starship.nix index 088c1de..f9cdf34 100644 --- a/home/programs/shell/starship.nix +++ b/home/programs/shell/starship.nix @@ -9,6 +9,7 @@ in { settings = { add_newline = true; format = lib.concatStrings [ + "$hostname" "$directory" "$git_branch" "$git_state"