programs.git.includes.*.contents
Home-Manager option
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 anythingDefault
{ }Example
declared in: <home-manager/modules/programs/git.nix>source unavailable{ user = { email = "bob@work.example.com"; name = "Bob Work"; signingKey = "1A2B3C4D5E6F7G8H"; }; commit = { gpgSign = true; }; };