From a73a05e0ac69971a718246f3f6f0977848c971ae Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 21 Nov 2022 14:59:35 +0100 Subject: [PATCH] profiles: devices: enable gvfs --- profiles/devices/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/devices/default.nix b/profiles/devices/default.nix index 54088b3..7dbd299 100644 --- a/profiles/devices/default.nix +++ b/profiles/devices/default.nix @@ -13,5 +13,8 @@ in mx-ergo.enable = true; }; + + # MTP devices auto-mount via file explorers + services.gvfs.enable = true; }; }