blob: 4943043b7009da9e4a8b7507ccf708f357087afe (
plain) (
tree)
|
|
# vim: ts=2
{
config,
impermanence,
...
}: {
home.persistence."/srv/home/soispha" = {
allowOther = true;
directories = [
".local/share"
".cache"
".mozilla"
"media"
"repos"
"school"
];
files = [
];
};
}
|