notejot: fix sandboxing
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
sane.programs.notejot = {
|
sane.programs.notejot = {
|
||||||
sandbox.method = "bwrap";
|
sandbox.method = "bwrap";
|
||||||
sandbox.whitelistWayland = true;
|
sandbox.whitelistWayland = true;
|
||||||
|
sandbox.extraPaths = [ ".config/dconf" ]; #< for legacy notes (moby), loaded via dconf
|
||||||
suggestedPrograms = [ "dconf" ]; #< else it can't persist notes
|
suggestedPrograms = [ "dconf" ]; #< else it can't persist notes
|
||||||
|
|
||||||
persist.byStore.private = [
|
persist.byStore.private = [
|
||||||
|
Reference in New Issue
Block a user