1
0
Fork 0

Fix wallpapers

This commit is contained in:
Malte Brandy 2021-07-05 00:52:40 +02:00
parent ce11e97720
commit 547b044e02
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" ];
persistentStateDirs = [ "git" "media" "Maildir" ".ssh" ".task" ".gnupg" ".calendars" ".contacts" ".wallpapers" ];
persistentStateFiles = [ ".chpwd-recent-dirs" ".zsh_history" ];
volatileStateFiles = [ ];
volatileStateDirs = [ ".steam" ".local/share/Steam" ];
@ -23,5 +23,8 @@ in
map (mkEntry "d" "persist") persistentStateDirs
) ++ [
(mkLine "L+" "/home/maralorn/.password-store" "git/password-store")
(mkLine "f" "/home/maralorn/documents/orga/listen/checklisten/orga-pre.md" "")
(mkLine "f" "/home/maralorn/tmp/today.md" "")
(mkLine "f" "/home/maralorn/volatile/mode" "default")
];
}