This commit is contained in:
iFargle 2024-02-06 13:48:35 +09:00
parent 842e4c144c
commit 9689e1cbd8

View file

@ -54,6 +54,7 @@ in
nix_shell = { nix_shell = {
disabled = false; disabled = false;
heuristic = true; heuristic = true;
symbol = "";
format = "[$symbol$state(\($name\))]($style)"; format = "[$symbol$state(\($name\))]($style)";
style = "fg:${whiteColor} bg:${blueColor}"; style = "fg:${whiteColor} bg:${blueColor}";
}; };