add ios support
This commit is contained in:
@@ -235,7 +235,7 @@
|
|||||||
./modules/bluetooth/desktop.nix
|
./modules/bluetooth/desktop.nix
|
||||||
./modules/de/kde.nix
|
./modules/de/kde.nix
|
||||||
./modules/de/i3.nix
|
./modules/de/i3.nix
|
||||||
./modules/desktop-common.nix
|
./modules/desktTop-common.nix
|
||||||
|
|
||||||
./modules/gui/services/fcast.nix
|
./modules/gui/services/fcast.nix
|
||||||
./modules/gui/apps/firefox.nix
|
./modules/gui/apps/firefox.nix
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
services.usbmuxd.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
libimobiledevice
|
||||||
|
ifuse # optional, to mount using 'ifuse'
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user