support the apple superdrive dvd player usb device, and others ig

This commit is contained in:
mir 2024-04-07 21:56:25 -08:00
parent 7972bdef6a
commit 54fb3c36fe

View File

@ -180,7 +180,11 @@
fontconfig
glibc
gobject-introspection
sg3_utils
];
services.udev.extraRules = ''
ACTION=="add", ATTRS{idProduct}=="1500", ATTRS{idVendor}=="05ac", DRIVERS=="usb", RUN+="${pkgs.sg3_utils}/bin/sg_raw /dev/$kernel EA 00 00 00 00 00 01"
'';
services.flatpak.enable = true;