The default trackpoint support on NixOS renders it unuseable.
To “fix” it I need to set kernel parameter:
boot.kernelParams = [ "psmouse.proto=imps" ];,
but it sets trackpad as PS2 mouse, so I can’t use gestures and also it makes trackpad to be not disabled when moving trackpoint, which is unacceptable.
I haven’t had any problem with this on my T470s but I see a suggestion on the ArchWiki to set the psmouse kernel module option synaptics_intertouch=1 to increase the event reporting frequency.
So if the psmouse module is built-in that would be:
That seems like middle ground between proto-imps and default config in terms of probing frequency of trackpoint, thanks! Deleted post in which I wrote it doesn’t work - forgot to rebuild.