cannot setup user and email in global config

This commit is contained in:
Christoph Hollizeck 2024-03-27 14:40:37 +01:00
parent 6bb351f89b
commit 0c477fac7e

View file

@ -24,7 +24,6 @@ in {
programs.git = { programs.git = {
enable = true; enable = true;
inherit(cfg) userName userEmail;
lfs.enable = true; lfs.enable = true;
config = { config = {
init = {defaultBranch = "main";}; init = {defaultBranch = "main";};