From b233c5ad55ec36e025253badfb83f99bcddc3083 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 6 Jan 2025 14:02:51 -0500 Subject: [PATCH] update starship to show nix shell --- modules/software/usershell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index 23df1f8..0dd6666 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -49,7 +49,7 @@ }; nix_shell = { disabled = false; - symbol = "❄️ "; + format = "via [(\($name\))]($style) "; style = "bold blue"; };