{ plasma-manager, ... }: { # Find attributes at /proc/bus/input/devices # converting vendorId and productId from hex to base10 is broken currently # https://github.com/nix-community/plasma-manager/issues/306 programs.plasma.input.touchpads = [{ enable = true; name = "SynPS/2 Synaptics TouchPad"; vendorId = "0002"; productId = "0007"; naturalScroll = true; }]; } # vim: tabstop=2 softtabstop=2