Move some directories around

This commit is contained in:
Charlotte Van Petegem 2021-01-06 16:03:32 +01:00
parent 443769840a
commit ecc301166e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 12 additions and 13 deletions

View file

@ -4,10 +4,10 @@
chvp.zfs.homeLinks = [
{ path = "desktop"; type = "data"; }
{ path = "documents"; type = "data"; }
{ path = "downloads"; type = "data"; }
{ path = "downloads"; type = "cache"; }
{ path = "music"; type = "data"; }
{ path = "pictures"; type = "data"; }
{ path = "repos"; type = "data"; }
{ path = "pictures"; type = "cache"; }
{ path = "repos"; type = "cache"; }
{ path = "templates"; type = "data"; }
{ path = "videos"; type = "data"; }
];