mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
23 lines
285 B
Text
23 lines
285 B
Text
[alias]
|
|
a1=foo
|
|
a2=bar
|
|
|
|
[commit]
|
|
gpgSign=true
|
|
|
|
[extra]
|
|
name=value
|
|
|
|
[gpg]
|
|
program=path-to-gpg
|
|
|
|
[user]
|
|
email=user@example.org
|
|
name=John Doe
|
|
signingKey=00112233445566778899AABBCCDDEEFF
|
|
|
|
[include]
|
|
path = ~/path/to/config.inc
|
|
|
|
[includeIf "gitdir:~/src/dir"]
|
|
path = ~/path/to/conditional.inc
|