For anyone who stumbles on this and wonders what to do:
-
add
spice_gtk
to the system-wide package list -
add the following to the NixOS configuration file:
security.wrappers.spice-client-glib-usb-acl-helper.source = "${pkgs.spice_gtk}/bin/spice-client-glib-usb-acl-helper";
This worked for me, it’s the same as what is suggested in the GitHub linked above.