Revert "devices.surface: remove iptsd config"

This reverts commit 959ca6c9b6.
This commit is contained in:
2024-06-28 18:52:27 +08:00
parent 959ca6c9b6
commit 4f26f648f0

View File

@@ -57,5 +57,10 @@ 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; };
};
};
}