From caf95675d66be7cdd0a46e7c87d1dcbc64256db9 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 17 Nov 2023 08:26:36 +0000 Subject: [PATCH] packages: persist data for unofficial discord clients --- hosts/common/programs/assorted.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 787c9a32..899da56f 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -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" ];