Lilim is dead. Long live Lilim!

This commit is contained in:
Kevin Baensch 2019-09-29 08:09:26 +02:00
parent 134000b409
commit 8606d37717
5 changed files with 20 additions and 65 deletions

View file

@ -4,10 +4,4 @@ with lib;
mkIf (elem "udev" config.machine.services) {
hardware.steam-hardware.enable = true;
services.udev.extraRules = ''
# IPTS Touchscreen (SP2017)
SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:001F SingleTouch", ENV{ID_INPUT_TOUCHSCREEN}="1", SYMLINK+="input/touchscreen"
# IPTS Pen (SP2017)
SUBSYSTEMS=="input", ATTRS{name}=="ipts 1B96:001F Pen", SYMLINK+="input/pen"
'';
}