Regenerated

This commit is contained in:
2026-04-15 07:02:29 +02:00
parent 84aeb9a110
commit cbea2c3b7e
3 changed files with 363 additions and 348 deletions
+353 -348
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -819,6 +819,9 @@ in
gvfs # support for external drives and network shares gvfs # support for external drives and network shares
xarchiver # optional GUI archive manager xarchiver # optional GUI archive manager
tumbler # Showing thumbnails tumbler # Showing thumbnails
libmtp
mtpfs
jmtpfs
]; ];
############################ ############################
@@ -833,6 +836,8 @@ in
USERNAME = username; USERNAME = username;
}; };
}; };
# Enable gvfs as a service
services.gvfs.enable = true;
} }
#+END_SRC #+END_SRC
@@ -16,6 +16,9 @@ in
gvfs # support for external drives and network shares gvfs # support for external drives and network shares
xarchiver # optional GUI archive manager xarchiver # optional GUI archive manager
tumbler # Showing thumbnails tumbler # Showing thumbnails
libmtp
mtpfs
jmtpfs
]; ];
############################ ############################
@@ -30,4 +33,6 @@ in
USERNAME = username; USERNAME = username;
}; };
}; };
# Enable gvfs as a service
services.gvfs.enable = true;
} }