14 lines
224 B
Nix
14 lines
224 B
Nix
|
{ ... }: {
|
||
|
hashtags = {
|
||
|
lewd = {
|
||
|
reason = "Reduce visibility of lewd posts.";
|
||
|
sensitive = true;
|
||
|
};
|
||
|
|
||
|
nsfw = {
|
||
|
reason = "Reduce visibility of lewd posts.";
|
||
|
sensitive = true;
|
||
|
};
|
||
|
};
|
||
|
}
|