about summary refs log tree commit diff
path: root/home/modules/development.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-07T14·57-0400
committerGriffin Smith <root@gws.fyi>2020-05-07T14·57-0400
commit28489a2141a6ab41285bd6a4f8259b4f621001c9 (patch)
treebf3031bc1fad02ef12774c599bef8b1efbbfb829 /home/modules/development.nix
parent924c51aa1fd963665ed0e9c40d7bbb0025f88a20 (diff)
use gitFull
now that I figured out why it wasn't working (it was urbos's fault)
Diffstat (limited to 'home/modules/development.nix')
-rw-r--r--home/modules/development.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/home/modules/development.nix b/home/modules/development.nix
index 6403858ff6..79b4f12514 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 = [