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"; };