sane.programs.animatch: move to own file

This commit is contained in:
2023-11-19 23:58:00 +00:00
parent 2e983267d4
commit f8899aada0
3 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
{ ... }:
{
sane.programs.animatch = {
persist.byStore.plaintext = [
# game progress
".config/Holy Pangolin/Animatch"
".local/share/Holy Pangolin/Animatch" # i think this one might be wrong
];
};
}

View File

@@ -217,12 +217,6 @@ in
# INDIVIDUAL PACKAGE DEFINITIONS
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" ];
# creds, but also 200 MB of node modules, etc

View File

@@ -5,6 +5,7 @@
./abaddon.nix
./aerc.nix
./alacritty.nix
./animatch.nix
./assorted.nix
./bemenu.nix
./brave.nix