mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -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";
|
options.modules.services.peripherals.enable = lib.mkEnableOption "peripherals";
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
|
services.usbmuxd.enable = true; # for iOS mounting as storage
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pulseaudio # Sound server for Linux and other Unix-like operating systems.
|
pulseaudio # Sound server for Linux and other Unix-like operating systems.
|
||||||
pavucontrol # Simple GTK based mixer for the PulseAudio sound server
|
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;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user