Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5ce7199d48 - Show all commits

View file

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

View file

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