From 3745e5c19acb77cbf287cc1d6ba0d0a08703e7f3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 7 May 2019 14:13:46 -0700 Subject: add helium and refactor lithium --- common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 818ddb5..a48eb94 100644 --- a/common.nix +++ b/common.nix @@ -4,6 +4,7 @@ let homedir = builtins.getEnv "HOME"; locale = "en_US.UTF-8"; gpgid = "D09299626FA78AF8"; + gitCommitTemplate = ./git-commit-template; in { home = { @@ -78,7 +79,7 @@ in default = simple [commit] - template = ~/.config/nixpkgs/git-commit-template + template = ${gitCommitTemplate} [sendemail] smtpuser = ben@bsima.me -- cgit v1.2.3