cozy: persist data

This commit is contained in:
Colin 2023-06-15 06:34:50 +00:00
parent c4e345e2e7
commit 847e618dee
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{ ... }:
{
sane.programs.cozy = {
# cozy uses a sqlite db for its config and exposes no CLI options other than --help and --debug
persist.plaintext = [
".local/share/cozy" # sqlite db (config & index?)
".cache/cozy" # offline cache
];
};
}

View File

@ -4,6 +4,7 @@
imports = [
./aerc.nix
./assorted.nix
./cozy.nix
./git.nix
./gnome-feeds.nix
./gpodder.nix