{ pkgs, ... }: { hardware.opentabletdriver = { enable = true; package = pkgs.opentabletdriver; daemon.enable = true; }; }