Played with different bashmount and udisk installation configurations. Have a method for temporarily mounting thumb drives.
This commit is contained in:
parent
b4ce654966
commit
ee87da68f4
@ -10,7 +10,14 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
automount = true;
|
automount = true;
|
||||||
notify = true;
|
notify = true;
|
||||||
tray = "auto";
|
settings = {
|
||||||
|
program_options = {
|
||||||
|
udisks_version = 2;
|
||||||
|
};
|
||||||
|
icon_names.media = [
|
||||||
|
"media-optical"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,9 @@
|
|||||||
postPatch = "${oldAttrs.postPatch}\n cp ${configFile} config.def.h";
|
postPatch = "${oldAttrs.postPatch}\n cp ${configFile} config.def.h";
|
||||||
}))
|
}))
|
||||||
ani-cli
|
ani-cli
|
||||||
|
bashmount
|
||||||
discord
|
discord
|
||||||
|
glib
|
||||||
lagrange
|
lagrange
|
||||||
libreoffice
|
libreoffice
|
||||||
mangal
|
mangal
|
||||||
|
Loading…
Reference in New Issue
Block a user