mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
15 lines
274 B
Text
15 lines
274 B
Text
[filter "lfs"]
|
|
clean = "git-lfs clean -- %f"
|
|
process = "git-lfs filter-process --skip"
|
|
required = true
|
|
smudge = "git-lfs smudge --skip -- %f"
|
|
|
|
[gpg]
|
|
format = "openpgp"
|
|
|
|
[gpg "openpgp"]
|
|
program = "@gnupg@/bin/gpg"
|
|
|
|
[user]
|
|
email = "user@example.org"
|
|
name = "John Doe"
|