mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 18:36:05 -07:00
allow usb connections with iPhones
This commit is contained in:
parent
a1e02cf7b2
commit
63d91bf870
@ -5,12 +5,14 @@ in {
|
||||
options.modules.services.peripherals.enable = lib.mkEnableOption "peripherals";
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
services.usbmuxd.enable = true; # for iOS mounting as storage
|
||||
environment.systemPackages = with pkgs; [
|
||||
pulseaudio # Sound server for Linux and other Unix-like operating systems.
|
||||
pavucontrol # Simple GTK based mixer for the PulseAudio sound server
|
||||
libimobiledevice # Library to support iPhone, iPod Touch and iPad devices on Linux
|
||||
ifuse # fuse filesystem implementation to access the contents of iOS devices
|
||||
];
|
||||
|
||||
# rtkit is optional but recommended
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user