devices.surface: remove iptsd config

This commit is contained in:
2024-06-28 18:08:40 +08:00
parent babb01cd42
commit 959ca6c9b6

View File

@@ -57,10 +57,5 @@ inputs:
};
environment.systemPackages = with inputs.pkgs; [ maliit-keyboard maliit-framework ];
powerManagement.resumeCommands = ''${inputs.pkgs.systemd}/bin/systemctl restart iptsd'';
services.iptsd.config =
{
Touch = { DisableOnPalm = true; DisableOnStylus = true; Overshoot = 0.5; };
Contacts = { Neutral = "Average"; NeutralValue = 100; };
};
};
}