feat(git): add directory-based git config
This commit is contained in:
parent
edd428ee27
commit
3ef402af9f
3 changed files with 52 additions and 18 deletions
home
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue