2023-08-23 13:12:34 +02:00
|
|
|
{ config, pkgs, hmStateVersion, ... }: {
|
2023-08-23 12:26:16 +02:00
|
|
|
programs.git = {
|
|
|
|
userName = "albert";
|
|
|
|
userEmail = "albert@sysctl.io";
|
|
|
|
extraConfig = {
|
|
|
|
core.askPass = "false";
|
|
|
|
credential.helper = "cache --timeout=25920000";
|
|
|
|
user.signingkey = "64F6C4EB46C4543A";
|
|
|
|
commit.gpgsign = "true";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|