diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 402a425e..787c9a32 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -217,7 +217,11 @@ in # INDIVIDUAL PACKAGE DEFINITIONS - animatch.persist.byStore.plaintext = [ ".local/share/Holy Pangolin/Animatch" ]; # game progress + animatch.persist.byStore.plaintext = [ + # game progress + ".config/Holy Pangolin/Animatch" + ".local/share/Holy Pangolin/Animatch" # i think this one might be wrong + ]; cargo.persist.byStore.plaintext = [ ".cargo" ];