summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
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