programs: gnome-calculator: sandbox with bwrap

This commit is contained in:
Colin 2024-02-05 20:58:38 +00:00
parent 2c0e93826d
commit cd1d22e7b9

View File

@ -302,6 +302,9 @@ in
];
gimp.sandbox.autodetectCliPaths = true;
"gnome.gnome-calculator".sandbox.method = "bwrap";
"gnome.gnome-calculator".sandbox.wrapperType = "inplace"; # /libexec/gnome-calculator-search-provider
gnome-2048.sandbox.method = "bwrap";
gnome-2048.sandbox.wrapperType = "wrappedDerivation";
gnome-2048.persist.byStore.plaintext = [ ".local/share/gnome-2048/scores" ];