programs: nautilus: add mounted media to the sandbox

This commit is contained in:
Colin 2024-02-17 15:26:49 +00:00
parent d3e4bdfcd5
commit 6749b64bca

View File

@ -33,11 +33,12 @@
"Videos"
];
sandbox.extraPaths = [
"boot"
"mnt"
"/boot"
"/mnt"
# "nix"
"tmp"
"var"
"/run/media" # for mounted devices
"/tmp"
"/var"
];
sandbox.extraRuntimePaths = [
# not sure if these are actually necessary