summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 8fd957a..f7496b4 100644
--- a/home.nix
+++ b/home.nix
@@ -188,11 +188,19 @@ in
userName = "Ben Sima";
userEmail = "ben@bsima.me";
ignores = [ "*~" "*.swp" ];
+ package = pkgs.gitAndTools.gitFull;
extraConfig = ''
[push]
default = simple
+
[commit]
template = ~/.config/nixpkgs/git-commit-template
+
+ [sendemail]
+ smtpuser = ben@bsima.me
+ smptserverport = 587
+ smptserver = mail.bsima.me
+ chainreplyto = false
'';
};