trim signal backup
This commit is contained in:
parent
df9428efac
commit
0262e2cc07
@ -7,7 +7,6 @@
|
||||
map (f: "${homeDirectory}/${f}") [
|
||||
".zen"
|
||||
".local/share/fish"
|
||||
".config/Signal"
|
||||
".wallpaper.png"
|
||||
".ssh"
|
||||
|
||||
@ -17,6 +16,19 @@
|
||||
"school"
|
||||
"justfile"
|
||||
]
|
||||
++ (map (f: ".config/Signal/${f}") [
|
||||
"stickers.noindex"
|
||||
"attachments.noindex"
|
||||
"downloads.noindex"
|
||||
"drafts.noindex"
|
||||
"sql"
|
||||
"IndexedDB"
|
||||
"Local Storage"
|
||||
"SharedStorage"
|
||||
"config.json"
|
||||
"ephemeral.json"
|
||||
"Preferences"
|
||||
])
|
||||
);
|
||||
|
||||
excludeHomeManagerSymlinks = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user