chatty: persist the share directory

This commit is contained in:
Colin 2023-08-02 11:36:49 +00:00
parent 991685d149
commit b73b4b0439

View File

@ -28,5 +28,9 @@ in
# package = chattyNoOauth;
package = chatty-latest;
suggestedPrograms = [ "gnome-keyring" ];
persist.private = [
".local/share/chatty" # matrix avatars and files
# ".purple" # XMPP stuff
];
};
}