feat(starship): add nix to prompt

This commit is contained in:
2026-01-21 23:22:49 +01:00
parent 00ba9863bc
commit af1fe008a1

View File

@@ -11,6 +11,7 @@ $character\
"""
right_format = """\
$nix_shell\
$golang\
$lua\
$nodejs\
@@ -19,6 +20,10 @@ $rust\
$cmd_duration\
"""
[nix_shell]
disabled = false
format = '[n(\($name\))](bold blue) '
[character]
success_symbol = '[>](bold green)'
error_symbol = '[>](bold red)'