feat(git): add directory-based git config

This commit is contained in:
Felix Schröter 2020-05-22 18:27:31 +02:00
parent edd428ee27
commit 3ef402af9f
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
3 changed files with 52 additions and 18 deletions

View file

@ -39,9 +39,7 @@ with pkgs;
programs.gpg.enable = true;
programs.git.custom = {
userName = "Felix Tenley";
userEmail = "dev@felschr.com";
signingKey = "22A6 DD21 EE66 E73D D4B9 3F20 A12D 7C9D 2FD3 4458";
defaultProfile = "private";
};
home.packages = with pkgs; [