Configure iptsd on crash

This commit is contained in:
Nathan McCarty 2025-01-13 17:59:15 -05:00
parent 65aba3cb3c
commit 9ea0aa1abe

View file

@ -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;