diff --git a/devices/surface/default.nix b/devices/surface/default.nix index 9860d8e2..95bf95e1 100644 --- a/devices/surface/default.nix +++ b/devices/surface/default.nix @@ -60,7 +60,7 @@ inputs: powerManagement.resumeCommands = ''${inputs.pkgs.systemd}/bin/systemctl restart iptsd''; services.iptsd.config = { - Touch = { DisableOnPalm = true; DisableOnStylus = true; Overshoot = 0.5; }; + Touchscreen = { DisableOnPalm = true; DisableOnStylus = true; Overshoot = 0.5; }; Contacts = { Neutral = "Average"; NeutralValue = 10; }; }; };