use new git email and hm options
This commit is contained in:
parent
849dd1f8d4
commit
01efc056e4
1 changed files with 6 additions and 4 deletions
|
|
@ -7,11 +7,13 @@
|
|||
config = lib.mkIf config.settings.programs.git.enable {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "85629831+veneficium42@users.noreply.github.com";
|
||||
userName = "Veneficium";
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
email = "veneficium@linuxposting.xyz";
|
||||
name = "veneficium";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
credential.credentialStore = "gpg";
|
||||
# credential.credentialStore = "gpg";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue