From d85dbf1d33a14e11571fe7bf3ae9a702992735f9 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 17 Nov 2023 01:24:04 +0000 Subject: [PATCH] animatch: correctly persist progress (?) --- hosts/common/programs/assorted.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" ];