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 = [ persistentStateDirs = [
".calendars" ".calendars"
".config/Element" ".config/Element"
".config/Signal"
".config/discord" ".config/discord"
".config/pulse"
".contacts" ".contacts"
".gnupg" ".gnupg"
".local/share/mpd"
".local/share/Mumble"
".local/share/TelegramDesktop"
".local/share/direnv" ".local/share/direnv"
".ssh" ".ssh"
".task" ".task"
".vdirsyncer" ".vdirsyncer"
".vimhist" ".vimhist"
".zoom"
".zotero/zotero"
"Maildir" "Maildir"
"git" "git"
"media" "media"
".zotero/zotero"
]; ];
persistentStateFiles = [ ".chpwd-recent-dirs" ".zsh_history" ]; persistentStateFiles = [ ".chpwd-recent-dirs" ".zsh_history" ];
volatileStateFiles = [ ]; volatileStateFiles = [ ];