diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 4b30d01..3fe9e47 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -28,4 +28,9 @@ proton-ge-bin ]; + # OpenTabletDriver + hardware.opentabletdriver.enable = true; + services.udev.extraRules = '' + KERNEL=="hidraw", SUBSYSTEM=="hidraw", MODE="0660", GROUP="plugdev" + ''; }