diff options
author | Ben Sima <ben@bsima.me> | 2019-05-07 14:13:46 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-07 14:13:46 -0700 |
commit | 3745e5c19acb77cbf287cc1d6ba0d0a08703e7f3 (patch) | |
tree | 59a17eee841072cc3b25555dcc0d87438cb86187 /common.nix | |
parent | 479742da8a3c83d92997a31a4c58608a65ebc8af (diff) |
add helium and refactor lithium
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 |