I have a working configuration of the ~/.config/git/config
file with home manager.
Now, I need to add something like this:
[color "status"]
added = green
changed = blue
untracked = magenta
deleted = red
Is there an option for the above in home manager? Please advise
Thanks in advance