diff --git a/hosts/common/programs/portfolio-filemanager.nix b/hosts/common/programs/portfolio-filemanager.nix index d1e415a53..20c5106b7 100644 --- a/hosts/common/programs/portfolio-filemanager.nix +++ b/hosts/common/programs/portfolio-filemanager.nix @@ -2,7 +2,7 @@ { sane.programs.portfolio-filemanager = { # this is all taken pretty directly from nautilus config - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.whitelistDbus = [ "user" ]; # for portals launching apps sandbox.whitelistWayland = true; sandbox.extraHomePaths = [ @@ -10,8 +10,17 @@ "/" ".persist/ephemeral" ".persist/plaintext" + "Pictures/Photos" + "Pictures/Screenshots" + "Pictures/albums" + "Pictures/cat" + "Pictures/from" + "Videos/local" + "archive" "knowledge" "nixos" + "records" + "tmp" ]; sandbox.extraPaths = [ "/boot"