diff --git a/home/programs/shell/starship.nix b/home/programs/shell/starship.nix index 138f755..08babf8 100644 --- a/home/programs/shell/starship.nix +++ b/home/programs/shell/starship.nix @@ -25,6 +25,12 @@ in { vimcmd_symbol = "[❮](cyan)"; }; + nix_shell = { + format = "[$symbol]($style) "; + symbol = "🐚"; + style = ""; + }; + git_branch = { symbol = "[](${background-alt}) "; style = "fg:${accent} bg:${background-alt}";