More touchscreen stuff

This commit is contained in:
Nathan McCarty 2025-01-19 15:35:08 -05:00
parent 54c10e6362
commit 9b452e06fa
2 changed files with 5 additions and 1 deletions

View file

@ -65,6 +65,10 @@
# Stylus note taking # Stylus note taking
xournalpp xournalpp
rnote rnote
# Drawing and image editing
krita
inkscape
gimp
# System monitoring # System monitoring
nvtopPackages.full nvtopPackages.full
]; ];

View file

@ -165,7 +165,7 @@
services.iptsd = { services.iptsd = {
enable = true; enable = true;
config.Touchscreen = { config.Touchscreen = {
DisableOnPalm = true; # DisableOnPalm = true;
DisableOnStylus = true; DisableOnStylus = true;
}; };
}; };