.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, gitName, gitEmail, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
@@ -7,8 +7,8 @@
|
||||
settings = {
|
||||
pull.rebase = true;
|
||||
user = {
|
||||
email = "gudovdo@my.msu.ru";
|
||||
name = "Dmitrii Gudov";
|
||||
name = gitName;
|
||||
email = gitEmail;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user