This commit is contained in:
Odweta
2026-01-12 08:35:55 +01:00
parent 85b467e644
commit 2311c0155b
+5
View File
@@ -2,4 +2,9 @@
{ {
services.gvfs.enable = true; services.gvfs.enable = true;
environment.systemPackages = with pkgs; [
gvfs
gvfs-mtp
mtpfs # Optional, for manual mounting
];
} }