1
0
Fork 0

Cache a lot more stuff

This commit is contained in:
Malte Brandy 2021-07-09 14:13:51 +02:00
parent 5c5dc7eefb
commit f7a676146e
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -7,18 +7,24 @@ let
persistentStateDirs = [
".calendars"
".config/Element"
".config/Signal"
".config/discord"
".config/pulse"
".contacts"
".gnupg"
".local/share/mpd"
".local/share/Mumble"
".local/share/TelegramDesktop"
".local/share/direnv"
".ssh"
".task"
".vdirsyncer"
".vimhist"
".zoom"
".zotero/zotero"
"Maildir"
"git"
"media"
".zotero/zotero"
];
persistentStateFiles = [ ".chpwd-recent-dirs" ".zsh_history" ];
volatileStateFiles = [ ];