disable annoying touchpad behavior
This commit is contained in:
@@ -33,7 +33,14 @@
|
|||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
hardware.uinput.enable = true;
|
hardware.uinput.enable = true;
|
||||||
services.libinput.enable = true;
|
services.libinput = {
|
||||||
|
enable = true;
|
||||||
|
touchpad = {
|
||||||
|
disableWhileTyping = true;
|
||||||
|
tapping = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.kanata = {
|
services.kanata = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards.default.configFile = "/etc/nixos/kanata.kbd";
|
keyboards.default.configFile = "/etc/nixos/kanata.kbd";
|
||||||
|
|||||||
Reference in New Issue
Block a user