diff --git a/hosts/common/programs/notejot.nix b/hosts/common/programs/notejot.nix index 4c259249..04a00c12 100644 --- a/hosts/common/programs/notejot.nix +++ b/hosts/common/programs/notejot.nix @@ -1,6 +1,13 @@ { ... }: { 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 = [ ".local/share/io.github.lainsce.Notejot" ];