programs.git.settings

Home-Manager option

Configuration written to $XDG_CONFIG_HOME/git/config. See git-config(1) for details.

type: attribute set of attribute set of (string or boolean or signed integer or list of (string or boolean or signed integer) or attribute set of (string or boolean or signed integer or list of (string or boolean or signed integer)))
Default
{ }
Example
{ core = { whitespace = "trailing-space,space-before-tab"; }; url = { "ssh://git@host" = { insteadOf = "otherhost"; }; }; }
declared in: <home-manager/modules/programs/git.nix>source unavailable