diff --git a/usb.nix b/usb.nix index a300a1b..d589e1b 100644 --- a/usb.nix +++ b/usb.nix @@ -4,7 +4,6 @@ services.gvfs.enable = true; environment.systemPackages = with pkgs; [ gvfs - gvfs-mtp - mtpfs # Optional, for manual mounting + mtpfs ]; }