packages: persist data for unofficial discord clients

This commit is contained in:
Colin 2023-11-17 08:26:36 +00:00
parent b23281e9dc
commit caf95675d6

View File

@ -217,6 +217,11 @@ in
# INDIVIDUAL PACKAGE DEFINITIONS
abaddon.persist.byStore.private = [
".cache/abaddon"
".config/abaddon" # empty?
];
animatch.persist.byStore.plaintext = [
# game progress
".config/Holy Pangolin/Animatch"
@ -251,6 +256,11 @@ in
"gnome.gnome-maps".persist.byStore.plaintext = [ ".cache/shumate" ];
"gnome.gnome-maps".persist.byStore.private = [ ".local/share/maps-places.json" ];
gtkcord4.persist.byStore.private = [
".cache/gtkcord4"
".config/gtkcord4" # empty?
];
# actual monero blockchain (not wallet/etc; safe to delete, just slow to regenerate)
# XXX: is it really safe to persist this? it doesn't have info that could de-anonymize if captured?
monero-gui.persist.byStore.plaintext = [ ".bitmonero" ];