2022-12-04 13:45:43 +00:00
|
|
|
{pkgs, ...}: {
|
2022-09-19 12:34:23 +01:00
|
|
|
services.usbmuxd.enable = true;
|
2024-04-01 17:19:39 +01:00
|
|
|
|
2022-09-19 12:34:23 +01:00
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
libimobiledevice
|
|
|
|
ifuse # optional, to mount using 'ifuse'
|
|
|
|
];
|
|
|
|
}
|