diff options
author | Ben Sima <ben@bsima.me> | 2021-05-16 09:49:15 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-05-16 09:49:15 -0400 |
commit | fa8a6f493f1b5060fa306e39a5502df56f4f02c1 (patch) | |
tree | e1dbd7a4dbd9acb48e4745527de3927ba6880244 /lib/common.nix | |
parent | d2b49d5dda113d42a4d221be36ee3298c43350d3 (diff) |
move stuff into profiles
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index 197d8de..cbe0d25 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -111,6 +111,7 @@ in chainreplyto = false; composeencoding = "UTF-8"; annotate = "yes"; + cccmd = "git-contacts"; }; log = { date = "local"; |