diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 93d788c0..f0c99b62 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -350,6 +350,11 @@ in file.sandbox.wrapperType = "wrappedDerivation"; file.sandbox.autodetectCliPaths = true; + findutils.sandbox.method = "bwrap"; + findutils.sandbox.wrapperType = "wrappedDerivation"; + findutils.sandbox.autodetectCliPaths = true; + findutils.sandbox.whitelistPwd = true; + fluffychat-moby.persist.byStore.plaintext = [ ".local/share/chat.fluffy.fluffychat" ]; font-manager.sandbox.method = "bwrap";