1
0
Fork 0

Pin cal sync state

This commit is contained in:
Malte Brandy 2021-07-05 01:22:47 +02:00
parent 2e13c3af76
commit 79056a18be
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -3,7 +3,7 @@ let
# Persistent means that files get snapshoted and kept for a month
# Volatile means that files just lay on the disk
# Backups are organized independently on this system
persistentStateDirs = [ "git" "media" "Maildir" ".ssh" ".task" ".gnupg" ".calendars" ".contacts" ".wallpapers" ".local/share/direnv" ];
persistentStateDirs = [ "git" "media" "Maildir" ".ssh" ".task" ".gnupg" ".calendars" ".contacts" ".wallpapers" ".local/share/direnv" ".vdirsyncer" ];
persistentStateFiles = [ ".chpwd-recent-dirs" ".zsh_history" ];
volatileStateFiles = [ ];
volatileStateDirs = [ ".steam" ".local/share/Steam" ];