mobile.nix (270B)
1 2 3 4 5 6 7 8 9 10 11 12 13 14
## Device Firmware ## _: { flake.modules.nixos.mobile = {pkgs, ...}: { users.groups.adbusers = {}; services.usbmuxd.enable = true; environment.systemPackages = with pkgs; [ android-tools scrcpy ifuse libimobiledevice ]; }; }