diff options
Diffstat (limited to 'modules/home/git.nix')
-rw-r--r-- | modules/home/git.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home/git.nix b/modules/home/git.nix new file mode 100644 index 0000000..e1a36c3 --- /dev/null +++ b/modules/home/git.nix @@ -0,0 +1,7 @@ +{ + programs.git = { + enable = true; + userName = "Tim Keller"; # TODO set to user description + userEmail = "tjk@tjkeller.xyz"; # TODO set to user email + }; +} |