summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-07 14:13:46 -0700
committerBen Sima <ben@bsima.me>2019-05-07 14:13:46 -0700
commit3745e5c19acb77cbf287cc1d6ba0d0a08703e7f3 (patch)
tree59a17eee841072cc3b25555dcc0d87438cb86187 /common.nix
parent479742da8a3c83d92997a31a4c58608a65ebc8af (diff)
add helium and refactor lithium
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 2 insertions, 1 deletions
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