Committed after system build
diff --git a/system/hardware-configuration.nix b/system/hardware-configuration.nix
index 3edf350..548e43f 100644
--- a/system/hardware-configuration.nix
+++ b/system/hardware-configuration.nix
@@ -29,4 +29,6 @@
 
   powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
   hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
+
+  hardware.opentabletdriver.enable = true;
 }