{ config, pkgs, ... }: { services.udev = { extraRules = '' KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="wheel" ''; }; }