nix-configs/modules/hardware/wacom.nix
Schrottkatze 7b6b1fedd1 gwa
2026-09-26 08:56:31 +02:00

6 lines
69 B
Nix

{ ... }:
{
hardware.opentabletdriver = {
enable = true;
};
}