ark/hosts/tkaronto/modules/iphone.nix

5 lines
107 B
Nix
Raw Normal View History

2023-04-05 20:14:06 +03:00
{pkgs, ...}: {
services.usbmuxd.enable = true;
environment.systemPackages = [pkgs.libimobiledevice];
}