diff --git a/common/user.nix b/common/user.nix index 9c5d758..5a0a843 100644 --- a/common/user.nix +++ b/common/user.nix @@ -22,7 +22,7 @@ programs.git = { enable = true; - userName = "my_git_username"; - userEmail = "my_git_username@gmail.com"; + userName = "Ivan Bushchik"; + userEmail = "ivabus@ivabus.dev"; }; } \ No newline at end of file