fractal: stop persisting old directories

This commit is contained in:
Colin 2024-03-16 12:00:53 +00:00
parent b8bf763c11
commit 4a2eb7ebec
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ in
persist.byStore.private = [
# XXX by default fractal stores its state in ~/.local/share/<build-profile>/<UUID>.
".local/share/hack" # for debug-like builds
".local/share/stable" # for normal releases
".local/share/fractal" # for version 5+, i think?
# ".local/share/hack" # for debug-like builds
# ".local/share/stable" # for normal releases
".local/share/fractal" # for version 5+
];
suggestedPrograms = [ "gnome-keyring" ];