programs: notejot: sandbox
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
sane.programs.notejot = {
|
sane.programs.notejot = {
|
||||||
|
sandbox.method = "bwrap";
|
||||||
|
sandbox.wrapperType = "wrappedDerivation";
|
||||||
|
sandbox.whitelistWayland = true;
|
||||||
|
sandbox.extraHomePaths = [
|
||||||
|
".config/dconf" # else it can't persist notebooks
|
||||||
|
];
|
||||||
|
|
||||||
persist.byStore.private = [
|
persist.byStore.private = [
|
||||||
".local/share/io.github.lainsce.Notejot"
|
".local/share/io.github.lainsce.Notejot"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user