fix dconf slash issue, move fish theme to module, re-enable daily gc

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-07-25 14:49:49 +02:00
parent c06c55a000
commit d218f5a13c
4 changed files with 7 additions and 3 deletions

View file

@ -56,7 +56,7 @@
# Garbage collection configuration.
gc = {
automatic = false;
automatic = true;
dates = "daily";
options = "--delete-older-than 3d";
};