diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-27 16:28:24 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-27 16:28:24 -0400 | 
| commit | f495d3bacc83bfe6695498572e2d575e42f3d5a3 (patch) | |
| tree | a3e3d226baac4bc25f160971cc729c289de62352 | |
| parent | 14205bae18b206c960e9905eac67ee65134bfd4a (diff) | |
Reapply "config: git: home-manager renames"
This reverts commit 6403712cb89847e575ecabfebc61e45e497921cd.
Diffstat (limited to '')
| -rw-r--r-- | config/git/default.nix | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/config/git/default.nix b/config/git/default.nix index f3f223d..3ef8113 100644 --- a/config/git/default.nix +++ b/config/git/default.nix @@ -3,9 +3,9 @@  {    programs.git = {      enable = true; -    userName = "Raghuram Subramani"; -    userEmail = "raghus2247@gmail.com"; -    extraConfig = { +    settings = { +      user.name = "Raghuram Subramani"; +      user.email = "raghus2247@gmail.com";        init = {          defaultBranch = "main"; | 
