Refactor the whole configuration #1
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
tmpfs = [ "/tmp" ];
|
tmpfs = [ "/tmp" ];
|
||||||
|
|
||||||
bind.rw = [
|
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" "/at-spi/bus")
|
||||||
(envSuffix "XDG_RUNTIME_DIR" "/gvfsd")
|
(envSuffix "XDG_RUNTIME_DIR" "/gvfsd")
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
bind.dev = [ "/dev/shm" ];
|
bind.dev = [ "/dev/shm" ];
|
||||||
|
|
||||||
bind.rw = [
|
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")]
|
[(sloth.mkdir "/tmp/tor-browser") (sloth.concat' sloth.homeDir "/.tor project")]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue