From 8cd1cf883ca6156cd94fb0e77e47ee7f5f82ee91 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 7 Jan 2025 10:19:31 -0500 Subject: [PATCH] add thingy to starship --- modules/software/usershell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index 0dd6666..bd4c8bc 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -49,7 +49,8 @@ }; nix_shell = { disabled = false; - format = "via [(\($name\))]($style) "; + symbol = ""; + format = "via [(\($symbol-$name\))]($style) "; style = "bold blue"; };