added iphone config
This commit is contained in:
parent
40dbfbe9bb
commit
f9e3ec6f58
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'
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user