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~";

View File

@ -75,9 +75,6 @@
# Scroll through existing workspaces with mainMod + scroll
"$mainMod, mouse_down, workspace, e+1"
"$mainMod, mouse_up, workspace, e-1"
#lock
", XF86Launch1, exec, hyprlock"
];
bindm = [