git: set committer email address on tweag stuff

auto-flake-update
Yorick van Pelt 2022-04-20 15:08:52 +02:00
parent dcc9843038
commit a3175587cf
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 4 additions and 1 deletions

View File

@ -38,6 +38,10 @@ in {
userEmail = "yorick@yorickvanpelt.nl";
signing.key = "A36E70F9DC014A15";
signing.signByDefault = true;
includes = [{
condition = "gitdir:~/tweag";
contents.user.email = "yorick.vanpelt@tweag.io";
}];
extraConfig.merge.conflictStyle = "zdiff3";
extraConfig.help.autocorrect = 5;
extraConfig.push.default = "simple";
@ -292,7 +296,6 @@ in {
source = /home/yorick/dotfiles/mutt/.mutt;
recursive = true;
};
manual.manpages.enable = false;
home.sessionVariables = {
HOME_MANAGER_CONFIG =
toString ./home.nix; # unused, but checked for existence