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

@ -35,9 +35,7 @@ with pkgs;
programs.gpg.enable = true;
programs.git.custom = {
userName = "Felix Schroeter";
userEmail = "fs@upsquared.com";
signingKey = "6DA1 4A05 C6E0 7DBE EB81 BA24 28ED 46BC B881 7B7A";
defaultProfile = "work";
};
programs.firefox.enable = true;