newsflash: persist data dir

This commit is contained in:
2022-10-11 00:33:26 -07:00
parent 69a7e2fae1
commit aa6153aa56

View File

@@ -90,9 +90,13 @@ let
libreoffice-fresh # XXX colin: maybe don't want this on mobile libreoffice-fresh # XXX colin: maybe don't want this on mobile
lollypop lollypop
mesa-demos mesa-demos
{ pkg = mpv; dir = ".config/mpv/watch_later"; } { pkg = mpv; dir = ".config/mpv/watch_later"; }
networkmanagerapplet networkmanagerapplet
newsflash
# not strictly necessary, but allows caching articles; offline use, etc.
{ pkg = newsflash; dir = ".local/share/news-flash"; }
# settings (electron app). TODO: can i manage these settings with home-manager? # settings (electron app). TODO: can i manage these settings with home-manager?
{ pkg = obsidian; dir = ".config/obsidian"; } { pkg = obsidian; dir = ".config/obsidian"; }