diff --git a/hosts/common/programs/default.nix b/hosts/common/programs/default.nix index bd8a0b0f..8dbc65c2 100644 --- a/hosts/common/programs/default.nix +++ b/hosts/common/programs/default.nix @@ -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" ]; }