wacom: Install OpenTabletDriver

This commit is contained in:
Leonardo Eugênio 2024-01-24 21:59:57 -03:00
parent 2b642b2aaf
commit fe06b965b8
3 changed files with 118 additions and 0 deletions

View file

@ -11,6 +11,8 @@ in
boot.initrd.availableKernelModules =
[ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
hardware.opentabletdriver.enable = true;
boot.extraModulePackages = with config.boot.kernelPackages; [
zenpower
];