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
declared in: <home-manager/modules/programs/git.nix>source unavailable{ core = { whitespace = "trailing-space,space-before-tab"; }; url = { "ssh://git@host" = { insteadOf = "otherhost"; }; }; }