trim signal backup
This commit is contained in:
parent
df9428efac
commit
0262e2cc07
@ -7,7 +7,6 @@
|
|||||||
map (f: "${homeDirectory}/${f}") [
|
map (f: "${homeDirectory}/${f}") [
|
||||||
".zen"
|
".zen"
|
||||||
".local/share/fish"
|
".local/share/fish"
|
||||||
".config/Signal"
|
|
||||||
".wallpaper.png"
|
".wallpaper.png"
|
||||||
".ssh"
|
".ssh"
|
||||||
|
|
||||||
@ -17,6 +16,19 @@
|
|||||||
"school"
|
"school"
|
||||||
"justfile"
|
"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;
|
excludeHomeManagerSymlinks = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user