Update to 25.11
This commit is contained in:
parent
67986371fe
commit
81a87d4386
7 changed files with 133 additions and 135 deletions
|
|
@ -1,20 +1,21 @@
|
|||
{pkgs, ...}: {
|
||||
{ ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
userName = "Pedro Rey Anca";
|
||||
userEmail = "personal@peprolinbot.com";
|
||||
settings = {
|
||||
user = {
|
||||
name = "Pedro Rey Anca";
|
||||
email = "personal@peprolinbot.com";
|
||||
|
||||
init.defaultBranch = "main";
|
||||
credential.helper = "store";
|
||||
};
|
||||
};
|
||||
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
key = null; # Let GnuPG decide what signing key to use depending on commit’s author.
|
||||
};
|
||||
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
credential.helper = "store";
|
||||
};
|
||||
};
|
||||
|
||||
# home.packages = [ pkgs.gh pkgs.git-lfs ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue