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