MyNixOS website logo

Options to configure delta.

Declarations
Type
attribute set of (string or boolean or signed integer or attribute set of (string or boolean or signed integer))
Default
{ }
Example
{
  decorations = {
    commit-decoration-style = "bold yellow box ul";
    file-decoration-style = "none";
    file-style = "bold yellow ul";
  };
  features = "decorations";
  whitespace-error-style = "22 reverse";
}