packages: add nheko matrix client

This commit is contained in:
colin 2022-12-26 03:52:04 +00:00
parent dc6dc2e475
commit 5c25330891

View File

@ -122,6 +122,12 @@ let
# not strictly necessary, but allows caching articles; offline use, etc.
{ pkg = newsflash; dir = [ ".local/share/news-flash" ]; }
{ pkg = nheko; private = [
".config/nheko" # config file (including client token)
".cache/nheko" # media cache
".local/share/nheko" # per-account state database
]; }
# settings (electron app). TODO: can i manage these settings with home-manager?
{ pkg = obsidian; dir = [ ".config/obsidian" ]; }