From 041da67aebb074aa9e2b4583bd3a6e0857c81f99 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 14 Oct 2024 12:42:12 +0800 Subject: [PATCH] devices.surface: fix build --- devices/surface/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; };