diff --git a/options/custom/services/udev.nix b/options/custom/services/udev.nix
index 93325f3..dc340ff 100644
--- a/options/custom/services/udev.nix
+++ b/options/custom/services/udev.nix
@@ -44,6 +44,10 @@ in {
         # ProtoArc EM04
         ENV{ID_USB_SERIAL}=="Compx_2.4G_Receiver", \
           ENV{ID_INPUT_TRACKBALL}="1"
+
+        # https://wiki.archlinux.org/title/Gamepad#Disable_touchpad_acting_as_mouse
+        ATTRS{name}=="Wireless Controller Touchpad", \
+          ENV{LIBINPUT_IGNORE_DEVICE}="1"
       '';
   };
 }