1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

fix: revert GPG home change, update inputs

This commit is contained in:
Ryan Cao 2025-10-24 23:15:10 +01:00
parent 789ef320b0
commit 5e189a590f
Signed by: ryanccn
GPG key ID: F605AB4AF937D5D0
6 changed files with 55 additions and 39 deletions

View file

@ -15,10 +15,10 @@
".idea/"
];
userName = "Ryan Cao";
userEmail = "70191398+ryanccn@users.noreply.github.com";
settings = {
user.name = "Ryan Cao";
user.email = "hello@ryanccn.dev";
extraConfig = {
init.defaultBranch = "main";
commit.gpgSign = true;
@ -38,12 +38,11 @@
fetch.pruneTags = true;
fetch.all = true;
transfer.fsckObjects = true;
branch.sort = "-committerdate";
tag.sort = "version:refname";
push.autoSetupRemote = true;
transfer.fsckObjects = true;
};
};

View file

@ -29,6 +29,5 @@
DOCKER_CONFIG = "${config.xdg.configHome}/docker";
FLY_CONFIG_DIR = "${config.xdg.stateHome}/fly";
GRADLE_USER_HOME = "${config.xdg.dataHome}/gradle";
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
};
}