Skip to content

Commit

Permalink
feat(robin/git): update git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Jan 14, 2025
1 parent 264a150 commit bce7546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/robin/packages/misc/git/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ in
programs.git = mkIf cfg.enable {
enable = true;
inherit (cfg) package;
userName = "comfysage";
userEmail = "67917529+comfysage@users.noreply.github.com";
userName = "robin";
userEmail = "comfysage" + "@" + "isabelroses" + "." + "com";

extraConfig = {
core.editor = osConfig.garden.programs.defaults.editor;
Expand Down

0 comments on commit bce7546

Please sign in to comment.