komikku: persist downloaded comics

This commit is contained in:
Colin 2023-06-13 04:42:58 +00:00
parent f170351de7
commit 4f74078423

View File

@ -1,4 +1,8 @@
{ ... }:
{
sane.programs.komikku.secrets.".local/share/komikku/keyrings/plaintext.keyring" = ../../../secrets/common/komikku_accounts.json.bin;
sane.programs.komikku = {
secrets.".local/share/komikku/keyrings/plaintext.keyring" = ../../../secrets/common/komikku_accounts.json.bin;
# downloads end up here, and without the toplevel database komikku doesn't know they exist.
persist.plaintext = [ ".local/share/komikku" ];
};
}