fix git user
This commit is contained in:
parent
415312d54b
commit
0b38c5ae3e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in {
|
|||
lfs.enable = true;
|
||||
config = {
|
||||
init.defaultBranch = "main";
|
||||
credential.username = git_user;
|
||||
credential.username = cfg.tooling.git_user;
|
||||
core.editor = "${pkgs.neovim}/bin/nvim";
|
||||
user.name = cfg.tooling.git_user;
|
||||
user.email = cfg.tooling.git_email;
|
||||
|
|
Loading…
Reference in a new issue