chatty: persist all of ~/.purple

This commit is contained in:
Colin 2023-08-29 06:13:24 +00:00
parent eaca5b9889
commit b64cf408fb

View File

@ -38,7 +38,9 @@ in
suggestedPrograms = [ "gnome-keyring" ];
persist.private = [
".local/share/chatty" # matrix avatars and files
".purple/chatty" # not just XMPP; without this Chatty will regenerate its device-id every boot
# not just XMPP; without this Chatty will regenerate its device-id every boot.
# .purple/ contains XMPP *and* Matrix auth, logs, avatar cache, and a bit more
".purple"
];
};
}