aboutsummaryrefslogtreecommitdiff
path: root/home/git.nix
blob: f78396b48574a6eab24be3642f5f224025fa037b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ ... }:

{
  programs.git = {
    enable = true;

    userName = "Caroline Larimore";
    userEmail = "caroline@larimo.re";

    signing = {
      key = "314C14641E707B68";
      signByDefault = true;
    };
  };
}