mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
update: modules/cli/git.nix
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
"node_modules"
|
"node_modules"
|
||||||
"result"
|
"result"
|
||||||
"__pycache__"
|
"__pycache__"
|
||||||
|
".direnv"
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user