universe/profiles/peripherals/mobile.nix
2022-04-29 10:27:44 -04:00

3 lines
58 B
Nix

{ ... }: {
services.gvfs.enable = true; # MTP support
}