fix(tazjin/zamalek): disable tap-to-click

it annoys me and I've been turning it off manually, which is also annoying

Change-Id: Ia3b79d11068757c0bb9ee5543a376effb98506df
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7441
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-11-27 13:25:08 +01:00 committed by clbot
parent edea7ecc18
commit f1271d46bf

View file

@ -79,6 +79,7 @@ in
};
services.xserver.libinput.touchpad.clickMethod = "clickfinger";
services.xserver.libinput.touchpad.tapping = false;
services.tailscale.enable = true;
services.avahi.enable = true;
powerManagement.powertop.enable = true;