From 151a4ee7a0ab2406c51a24aadce3d6b7d203479f Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Mar 2025 09:35:06 +0100 Subject: [PATCH] add hostname --- home/programs/shell/starship.nix | 1 + 1 file changed, 1 insertion(+) 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"