MyNixOS website logo
option

programs.kitty.diffConfig.settings

Configuration written to $XDG_CONFIG_HOME/kitty/diff.conf. See https://sw.kovidgoyal.net/kitty/kittens/diff/ for the documentation.

Configuration set through the extraConfig option will take greater priority.

Declarations
Type
attribute set of (string or boolean or signed integer or floating point number)
Default
{ }
Example
diff_cmd = "auto";
mark_moved_lines = true;