diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix
index 84f4fb7..e47b6bf 100644
--- a/nixos/machines/crash/configuration.nix
+++ b/nixos/machines/crash/configuration.nix
@@ -160,6 +160,15 @@
     dconf-editor
   ];
 
+  # Setup iptsd for touch and stylus support
+  services.iptsd = {
+    enable = true;
+    config.Touchscreen = {
+      DisableOnPalm = true;
+      DisableOnStylus = true;
+    };
+  };
+
   # Some programs need SUID wrappers, can be configured further or are
   # started in user sessions.
   # programs.mtr.enable = true;