de59653938
This reverts commit 30d0af2b55.
Reverter merda
11 lines
204 B
Nix
11 lines
204 B
Nix
{pkgs, config, lib, ...}: {
|
|
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "DarkGui";
|
|
userEmail = "guihermando13@gmail.com";
|
|
extraConfig = {
|
|
credential.helper = "store";
|
|
};
|
|
};
|
|
} |