This commit is contained in:
iFargle 2024-02-06 13:47:16 +09:00
parent d5ec5aa83c
commit 842e4c144c

View file

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