nixfiles/profiles/connectivity/ios/default.nix
ChaotiCryptidz 078b58de2f
beep
2022-09-19 12:34:23 +01:00

8 lines
168 B
Nix

{ pkgs, ... }: {
services.usbmuxd.enable = true;
environment.systemPackages = with pkgs; [
libimobiledevice
ifuse # optional, to mount using 'ifuse'
];
}