diff options
Diffstat (limited to 'modules/home/git.nix')
-rw-r--r-- | modules/home/git.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/home/git.nix b/modules/home/git.nix deleted file mode 100644 index 9d15a90..0000000 --- a/modules/home/git.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ userDetails, ... }: { - programs.git = { - enable = true; - userName = userDetails.fullname; - userEmail = userDetails.email; - }; -} |