programs.git.includes.*.contents

Configuration to include. If empty then a path must be given.

This follows the configuration structure as described in git-config(1).

Type
attribute set of anything
Default
{ }
Example
{
  user = {
    email = "bob@work.example.com";
    name = "Bob Work";
    signingKey = "1A2B3C4D5E6F7G8H";
  };
  commit = {
    gpgSign = true;
  };
};
Declared
<home-manager/modules/programs/git.nix>