This commit is contained in:
Odweta
2026-01-12 08:38:45 +01:00
parent 2b7316775a
commit 30468d34cd
+8 -3
View File
@@ -1,9 +1,14 @@
{ pkgs, ... }: { config, pkgs, ... }:
{ {
services.gvfs.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gvfs gvfs
mtpfs mtpfs
jmtpfs
]; ];
services.udev.packages = with pkgs; [
libmtp
];
services.gvfs.enable = true;
} }