This commit is contained in:
2025-12-01 09:14:07 +00:00
parent 67e65a8c9d
commit 007c8bc9c1
16 changed files with 82 additions and 71 deletions

View File

@@ -141,13 +141,15 @@ in
git = {
enable = true;
userEmail = email;
userName = "Motiejus Jakštys";
aliases = {
yolo = "commit --amend --no-edit -a";
pushf = "push --force-with-lease";
};
extraConfig = {
settings = {
user = lib.mkMerge [
{ name = "Motiejus Jakštys"; }
(lib.mkIf (email != null) { inherit email; })
];
alias = {
yolo = "commit --amend --no-edit -a";
pushf = "push --force-with-lease";
};
log.date = "iso-strict-local";
pull.ff = "only";
core.abbrev = 12;
@@ -165,7 +167,6 @@ in
confirm = "always";
suppresscc = "self";
};
};
};

View File

@@ -74,7 +74,7 @@
ANTHROPIC_VERTEX_PROJECT_ID = "chronosphere-rc-b";
};
programs = {
git.extraConfig = {
git.settings = {
url."git@github.com:".insteadOf = "https://github.com";
user.useConfigOnly = true;
};