Have you tried running the windows RGB utility via Wine with HIDRAW enabled for the device?
Alternatively, given you’re running NixOS you can just override the `src` of the derivation with a newer version. This is part of the point of running NixOS: making small modifications to packages in the fly.
Good idea about HIDRAW — I’ll have to look into that, thanks!
I did try overriding the src for OpenRGB but as I’m on unstable, something else in the dependency chain must have broken as the post-install patches weren’t applying IIRC.
Wasn’t urgent but I’ll likely get back to it at some point.
Alternatively, given you’re running NixOS you can just override the `src` of the derivation with a newer version. This is part of the point of running NixOS: making small modifications to packages in the fly.