sane.programs.animatch: move to own file
This commit is contained in:
10
hosts/common/programs/animatch.nix
Normal file
10
hosts/common/programs/animatch.nix
Normal 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
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
@@ -217,12 +217,6 @@ in
|
|||||||
|
|
||||||
# INDIVIDUAL PACKAGE DEFINITIONS
|
# 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" ];
|
cargo.persist.byStore.plaintext = [ ".cargo" ];
|
||||||
|
|
||||||
# creds, but also 200 MB of node modules, etc
|
# creds, but also 200 MB of node modules, etc
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
./abaddon.nix
|
./abaddon.nix
|
||||||
./aerc.nix
|
./aerc.nix
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
|
./animatch.nix
|
||||||
./assorted.nix
|
./assorted.nix
|
||||||
./bemenu.nix
|
./bemenu.nix
|
||||||
./brave.nix
|
./brave.nix
|
||||||
|
Reference in New Issue
Block a user