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"
"result"
"__pycache__"
".direnv"
];
};

View File

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