devices.surface: fix build

This commit is contained in:
陈浩南 2024-10-14 12:42:12 +08:00
parent 922843aa6c
commit 041da67aeb

View File

@ -60,7 +60,7 @@ inputs:
powerManagement.resumeCommands = ''${inputs.pkgs.systemd}/bin/systemctl restart iptsd''; powerManagement.resumeCommands = ''${inputs.pkgs.systemd}/bin/systemctl restart iptsd'';
services.iptsd.config = services.iptsd.config =
{ {
Touch = { DisableOnPalm = true; DisableOnStylus = true; Overshoot = 0.5; }; Touchscreen = { DisableOnPalm = true; DisableOnStylus = true; Overshoot = 0.5; };
Contacts = { Neutral = "Average"; NeutralValue = 10; }; Contacts = { Neutral = "Average"; NeutralValue = 10; };
}; };
}; };