feat: drawing table support

This commit is contained in:
Guz
2025-02-07 16:11:48 -03:00
parent 87f028aae6
commit 27c89326c2

View File

@@ -28,4 +28,9 @@
proton-ge-bin
];
# OpenTabletDriver
hardware.opentabletdriver.enable = true;
services.udev.extraRules = ''
KERNEL=="hidraw", SUBSYSTEM=="hidraw", MODE="0660", GROUP="plugdev"
'';
}