feat(git): move custom config out of git module

This commit is contained in:
Felix Schröter 2020-08-15 03:18:48 +02:00
parent 134d6a3556
commit 522d18fea0
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 29 additions and 26 deletions

View file

@ -40,7 +40,7 @@
programs.gpg.enable = true;
programs.git.custom = {
programs.git = {
defaultProfile = "private";
};