{ pkgs, ... }@all: with all; { environment = { systemPackages = with pkgs; [ jmtpfs simple-mtpfs android-file-transfer ]; }; programs.fuse.userAllowOther = true; }