update flake, change kernelPackage to latest, change lock key to laptop, add autoSetupRemote to git configs
This commit is contained in:
@ -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~";
|
||||
|
@ -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 = [
|
||||
|
Reference in New Issue
Block a user