diff --git a/pacman/.config/pacman/makepkg.conf b/pacman/.config/pacman/makepkg.conf index f455a1c..441dca9 100644 --- a/pacman/.config/pacman/makepkg.conf +++ b/pacman/.config/pacman/makepkg.conf @@ -7,3 +7,6 @@ MAKEFLAGS="-j6" # Use parallel compression COMPRESSXZ=(nice xz -c -z -T 0 -) + +# Use one central sources dir +SRCDEST="$HOME/.cache/pacman/sources" diff --git a/systemd/.config/tmpfiles/tmpfiles.conf b/systemd/.config/tmpfiles/tmpfiles.conf index 41f6e55..b34c313 100644 --- a/systemd/.config/tmpfiles/tmpfiles.conf +++ b/systemd/.config/tmpfiles/tmpfiles.conf @@ -2,4 +2,5 @@ e /.cache/spotify - - - 30d - e /.cache/chromium - - - 30d - e /.cache/mozilla - - - 30d - + e /.cache/pacman/sources - - - 30d - e /Downloads - - - 7d -