evince: port sandbox from firejail to bwrap

This commit is contained in:
Colin 2024-01-23 16:44:13 +00:00
parent d945b43f6b
commit 8739851f48

View File

@ -1,7 +1,10 @@
{ ... }:
{
sane.programs.evince = {
sandbox.method = "firejail";
sandbox.method = "bwrap";
sandbox.extraConfig = [
"--sane-sandbox-autodetect"
];
mime.associations."application/pdf" = "org.gnome.Evince.desktop";
};
}