diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-07T14·57-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-07T14·57-0400 |
commit | 28489a2141a6ab41285bd6a4f8259b4f621001c9 (patch) | |
tree | bf3031bc1fad02ef12774c599bef8b1efbbfb829 /home | |
parent | 924c51aa1fd963665ed0e9c40d7bbb0025f88a20 (diff) |
use gitFull
now that I figured out why it wasn't working (it was urbos's fault)
Diffstat (limited to 'home')
-rw-r--r-- | home/modules/development.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/home/modules/development.nix b/home/modules/development.nix index 6403858ff68c..79b4f1251453 100644 --- a/home/modules/development.nix +++ b/home/modules/development.nix @@ -31,10 +31,7 @@ programs.git = { enable = true; - # bah, this doesn't work - # package = pkgs.git.override { - # sendEmailSupport = true; - # }; + package = pkgs.gitFull; userEmail = "root@gws.fyi"; userName = "Griffin Smith"; ignores = [ |