From 2b7316775a474ebd61a9248585d37a3ae1608620 Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 12 Jan 2026 08:36:47 +0100 Subject: [PATCH] gvfs --- usb.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ]; }