diff --git a/common/home-manager/shell/starship.nix b/common/home-manager/shell/starship.nix index c11a4e0..65a744d 100644 --- a/common/home-manager/shell/starship.nix +++ b/common/home-manager/shell/starship.nix @@ -23,7 +23,8 @@ }; nix_shell = { - format = "via [$symbol$name \($state\)]($style) "; + symbol = "❄️"; + format = "via [$symbol$name( \($state\))]($style) "; }; git_status = {