nix-files/hosts/common/programs/nheko.nix

10 lines
284 B
Nix
Raw Normal View History

2023-07-30 01:44:08 +00:00
{ ... }:
{
# not strictly necessary, but allows caching articles; offline use, etc.
sane.programs.nheko.persist.private = [
".config/nheko" # config file (including client token)
".cache/nheko" # media cache
".local/share/nheko" # per-account state database
];
}