chore: Improve formatting

This commit is contained in:
Donovan Glover 2023-05-24 11:40:49 -04:00
parent 5a71c25c57
commit f5e63579a3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,8 +1,10 @@
{ {
programs.starship = { programs.starship = {
enable = true; enable = true;
settings = { settings = {
add_newline = false; add_newline = false;
directory = { directory = {
style = "purple"; style = "purple";
read_only = " ro"; read_only = " ro";
@ -19,7 +21,7 @@
vicmd_symbol = "[<](bold green)"; vicmd_symbol = "[<](bold green)";
}; };
line_break = { disabled = true; }; line_break.disabled = true;
nodejs = { nodejs = {
format = "with [$symbol($version )]($style)"; format = "with [$symbol($version )]($style)";
@ -29,6 +31,7 @@
}; };
git_commit.tag_symbol = " tag "; git_commit.tag_symbol = " tag ";
git_status = { git_status = {
ahead = ">"; ahead = ">";
behind = "<"; behind = "<";