update flake, change kernelPackage to latest, change lock key to laptop, add autoSetupRemote to git configs

This commit is contained in:
2025-01-29 01:28:02 +01:00
parent a3108744b4
commit 9af13c680a
5 changed files with 26 additions and 20 deletions

View File

@ -5,8 +5,11 @@
enable = true;
userEmail = "tomoron@student.42angouleme.fr";
userName = "tomoron";
extraConfig.init.defaultBranch="master";
extraConfig.pull.rebase = true;
extraConfig = {
init.defaultBranch="master";
pull.rebase = true;
push.autoSetupRemote = true;
};
aliases = {
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";
back = "reset HEAD~";