Revert "update lockfile"

This reverts commit 45cd242bf9.
This commit is contained in:
xunuwu 2025-11-10 17:36:53 +01:00
parent 45cd242bf9
commit 985c8fc6ac
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
8 changed files with 89 additions and 100 deletions

View file

@ -7,13 +7,9 @@
git-credential-oauth
];
programs.delta = {
enable = true;
enableGitIntegration = true;
};
programs.git = {
enable = true;
delta.enable = true;
lfs.enable = true;
ignores = ["*~" ".direnv"];
@ -23,15 +19,14 @@
signByDefault = true;
};
settings = {
extraConfig = {
gpg.format = "ssh";
push.autoSetupRemote = true;
pull.rebase = true;
rebase.autostash = true;
user = {
name = "xunuwu";
email = "xunuwu@gmail.com";
};
};
userEmail = "xunuwu@gmail.com";
userName = "xunuwu";
};
}

View file

@ -3,8 +3,8 @@
enable = true;
settings = {
user = {
email = config.programs.git.settings.user.email;
name = config.programs.git.settings.user.name;
email = config.programs.git.userEmail;
name = config.programs.git.userName;
};
signing = {
behavior = "own";