From a34ca9381a5ea022411bf236591f38daf96a9877 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 31 Jul 2018 15:32:03 -0700 Subject: Specify git package and configure send-mail command --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'home.nix') 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 ''; }; -- cgit v1.2.3