nixos/nitter: add replaceReddit option

This commit is contained in:
1sixth 2023-02-07 21:27:41 +08:00 committed by Rick van Schijndel
parent aed899f587
commit 06972ea1fe

View file

@ -185,6 +185,13 @@ in
description = lib.mdDoc "Replace YouTube links with links to this instance (blank to disable).";
};
replaceReddit = mkOption {
type = types.str;
default = "";
example = "teddit.net";
description = lib.mdDoc "Replace Reddit links with links to this instance (blank to disable).";
};
replaceInstagram = mkOption {
type = types.str;
default = "";