fix download dir
This commit is contained in:
parent
b00edb50e2
commit
5ce7199d48
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
tmpfs = [ "/tmp" ];
|
||||
|
||||
bind.rw = [
|
||||
[sloth.xdgDownloadDir (sloth.concat' sloth.homeDir "/Downloads")]
|
||||
sloth.xdgDownloadDir
|
||||
|
||||
(envSuffix "XDG_RUNTIME_DIR" "/at-spi/bus")
|
||||
(envSuffix "XDG_RUNTIME_DIR" "/gvfsd")
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
bind.dev = [ "/dev/shm" ];
|
||||
|
||||
bind.rw = [
|
||||
sloth.xdgDownloadDir
|
||||
[(sloth.mkdir (sloth.concat' sloth.xdgConfigHome "/tor-browser")) (sloth.concat' sloth.homeDir "/.tor project")]
|
||||
[sloth.xdgDownloadDir (sloth.concat' sloth.homeDir "/Downloads")]
|
||||
];
|
||||
|
||||
bind.ro = [
|
||||
|
|
Loading…
Add table
Reference in a new issue