diff options
Diffstat (limited to 'modules/home/git.nix')
| -rw-r--r-- | modules/home/git.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/home/git.nix b/modules/home/git.nix deleted file mode 100644 index f78396b..0000000 --- a/modules/home/git.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ ... }: - -{ - programs.git = { - enable = true; - - userName = "Caroline Larimore"; - userEmail = "caroline@larimo.re"; - - signing = { - key = "314C14641E707B68"; - signByDefault = true; - }; - }; -} |