Mapped touchscreen to /dev/touchscreen, fixed touch gestures

But you're unable to unlock the framework12 without keyboard (virtual
keyboard doesn't appear)
This commit is contained in:
Aleksandr Lebedev 2025-07-31 00:24:05 +02:00
parent 45dbea7758
commit 40c709b116
4 changed files with 40 additions and 10 deletions

View file

@ -28,4 +28,8 @@
environment.systemPackages = [
pkgs.framework-tool
];
users.groups.touchscreen = {};
services.udev.extraRules = ''
KERNEL=="event*", ATTRS{name}=="ILIT2901:00 222A:5539", SYMLINK+="touchscreen", MODE="0660", GROUP="touchscreen"
'';
}