Explorar el Código

chore(git): settings renamed

Zander Hawke hace 8 meses
padre
commit
ece7572958
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. 6 3
      home/features/cli/git.nix

+ 6 - 3
home/features/cli/git.nix

@@ -27,8 +27,6 @@ in
 
   programs.git = {
     enable = true;
-    userName = "Thomas Stachl";
-    userEmail = "[email protected]";
 
     includes = [
       {
@@ -51,7 +49,12 @@ in
       signer = "${pkgs.gnupg}/bin/gpg";
     };
 
-    extraConfig = {
+    settings = {
+      user = {
+        name = "Thomas Stachl";
+        email = "[email protected]";
+      };
+
       color = {
         grep = "always";
         pager = "true";