update lockfile :D

This commit is contained in:
xunuwu 2025-11-23 11:53:21 +01:00
parent ff7adde8ce
commit 5fcb0ceb09
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
9 changed files with 106 additions and 96 deletions

View file

@ -7,9 +7,13 @@
git-credential-oauth
];
programs.delta = {
enable = true;
enableGitIntegration = true;
};
programs.git = {
enable = true;
delta.enable = true;
lfs.enable = true;
ignores = ["*~" ".direnv"];
@ -19,14 +23,15 @@
signByDefault = true;
};
extraConfig = {
settings = {
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";
};
}