update flake

This commit is contained in:
2026-03-27 12:13:04 +01:00
parent 890d3381a5
commit 6a8d644c94
6 changed files with 31 additions and 27 deletions

View File

@ -11,6 +11,7 @@
programs.git = {
enable = true;
lfs.enable = true;
signing.format = "openpgp";
settings = {
user.email = "tomoron@student.42angouleme.fr";
user.name = "tomoron";
@ -19,8 +20,10 @@
push.autoSetupRemote = true;
rerere.enabled = true;
help.autocorrect = 1;
user.signingkey = "251B4BD73683A8DF13D760A868BFAFE31DF313AD";
commit.gpgsign = true;
alias = {
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";
back = "reset HEAD~";