diff options
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |