diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-14 16:11:25 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-14 16:11:25 +0200 |
| commit | bcafb7b7522d0e74f19965acd0852fb17d6bc18f (patch) | |
| tree | 3bb4cf6b442895e6051a6abd2b764bf75894d945 | |
| parent | 8ec651d7637cf44ca709111ef5c3fcf24b71c174 (diff) | |
Updated git email
| -rw-r--r-- | home/mun/programs/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/mun/programs/git.nix b/home/mun/programs/git.nix index 7addeb0..a716b80 100644 --- a/home/mun/programs/git.nix +++ b/home/mun/programs/git.nix @@ -3,7 +3,7 @@ enable = true; settings.user = { name = "mun"; - # email = "your@email.com"; # Uncomment and set your email + email = "natasha@256phi.eu"; }; }; } |
