programs.diff-so-fancy.settings

Options to configure diff-so-fancy. See https://github.com/so-fancy/diff-so-fancy#configuration for available options.

Type
attribute set of (string or boolean or signed integer)
Default
{ }
Example
{
  changeHunkIndicators = true;
  markEmptyLines = true;
  rulerWidth = 80;
  stripLeadingSymbols = true;
  useUnicodeRuler = true;
}
Declared
<home-manager/modules/programs/diff-so-fancy.nix>