programs: ship zeal (to browse programming docs)

This commit is contained in:
Colin 2023-04-26 00:56:23 +00:00
parent 7aafc6719e
commit 44e356cf6b

View File

@ -234,6 +234,7 @@ let
signal-desktop
spotify
tor-browser-bundle-bin
zeal-qt5 # programming docs viewer. TODO: switch to zeal-qt6
zecwallet-lite
;
};
@ -402,6 +403,11 @@ in
yarn.persist.plaintext = [ ".cache/yarn" ];
zeal-qt5.persist.plaintext = [
".cache/Zeal"
".local/share/Zeal"
];
# zcash coins. safe to delete, just slow to regenerate (10-60 minutes)
zecwallet-lite.persist.private = [ ".zcash" ];
}