added iphone config
This commit is contained in:
8
nix/users/nicolaivds/programs/iphone.nix
Normal file
8
nix/users/nicolaivds/programs/iphone.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.usbmuxd.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
libimobiledevice
|
||||||
|
ifuse # optional, to mount using 'ifuse'
|
||||||
|
];
|
||||||
|
}
|
Reference in New Issue
Block a user