actually fix download folder I think

This commit is contained in:
caem 2025-01-25 15:09:24 +01:00
parent d7aa480ccb
commit f24c4680b4
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
tmpfs = [ "/tmp" ];
bind.rw = [
sloth.xdgDownloadDir
[(sloth.concat' sloth.homeDir "/download") (sloth.concat' sloth.homeDir "/Downloads")]
(envSuffix "XDG_RUNTIME_DIR" "/at-spi/bus")
(envSuffix "XDG_RUNTIME_DIR" "/gvfsd")

View file

@ -33,7 +33,7 @@
bind.dev = [ "/dev/shm" ];
bind.rw = [
sloth.xdgDownloadDir
[(sloth.concat' sloth.homeDir "/download") (sloth.concat' sloth.homeDir "/Downloads")]
[(sloth.mkdir "/tmp/tor-browser") (sloth.concat' sloth.homeDir "/.tor project")]
];