edit nix shell prompt

This commit is contained in:
Hadi
2025-05-07 15:25:07 +02:00
parent 75f499a996
commit 53ff7a2a94

View File

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