more fuse (still sucks)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-28 16:10:02 +01:00
parent b3d3c983c2
commit 340c514a99

View File

@@ -1,7 +1,12 @@
{ config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
jmtpfs
];
}
environment = {
systemPackages = with pkgs; [
jmtpfs
simple-mtpfs
android-file-transfer
];
};
programs.fuse.userAllowOther = true;
}