Committed after system build
diff --git a/system/hardware-configuration.nix b/system/hardware-configuration.nix
index 548e43f..1eb7dbb 100644
--- a/system/hardware-configuration.nix
+++ b/system/hardware-configuration.nix
@@ -30,5 +30,5 @@
   powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
   hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
 
-  hardware.opentabletdriver.enable = true;
+#  hardware.opentabletdriver.enable = true;
 }