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; }; }