more fuse (still sucks)
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
{ config, pkgs, ...}:
|
{ config, pkgs, ...}:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
jmtpfs
|
jmtpfs
|
||||||
|
simple-mtpfs
|
||||||
|
android-file-transfer
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
programs.fuse.userAllowOther = true;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user