Update to 25.11
Some checks are pending
Flake check / check (push) Waiting to run
Update `flake.lock` / update_lockfile (push) Waiting to run

This commit is contained in:
Pedro Rey Anca 2025-12-02 13:23:08 +01:00
parent 67986371fe
commit 81a87d4386
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
7 changed files with 133 additions and 135 deletions

View file

@ -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 commits author.
};
extraConfig = {
init.defaultBranch = "main";
credential.helper = "store";
};
};
# home.packages = [ pkgs.gh pkgs.git-lfs ];
}