update: modules/cli/git.nix

This commit is contained in:
2026-03-16 18:22:37 +01:00
parent 556236c0b9
commit 09e586f445
2 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@
"node_modules" "node_modules"
"result" "result"
"__pycache__" "__pycache__"
".direnv"
]; ];
}; };

View File

@@ -135,8 +135,8 @@ in
kb_options = "caps:escape_shifted_capslock"; kb_options = "caps:escape_shifted_capslock";
kb_rules = ""; kb_rules = "";
follow_mouse = 1; follow_mouse = 1;
left_handed = true; left_handed = false;
sensitivity = 0; sensitivity = -0.5;
touchpad = { touchpad = {
natural_scroll = true; natural_scroll = true;
}; };