From 0e99b296bca1f47fcde4b1e4dfe8c21ff4f23202 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 24 Jan 2024 02:18:58 +0000 Subject: [PATCH] animatch: remove the (unused) .config directory --- hosts/common/programs/animatch.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/common/programs/animatch.nix b/hosts/common/programs/animatch.nix index 6ef23de1..d8978be0 100644 --- a/hosts/common/programs/animatch.nix +++ b/hosts/common/programs/animatch.nix @@ -31,11 +31,8 @@ }; sandbox.method = "bwrap"; persist.byStore.plaintext = [ - # game progress - # i'm not sure which of these is correct. i think it might actually use both of these, in different places. - # but it's probably the ~/.config one? - ".config/Holy Pangolin/Animatch" - ".local/share/Holy Pangolin/Animatch" + # ".config/Holy Pangolin/Animatch" #< used for SuperDerpy config (e.g. debug, disableTouch, fullscreen, enable sound, etc). SuperDerpy.ini + ".local/share/Holy Pangolin/Animatch" #< used for game state (level clears). SuperDerpy.ini ]; }; }