nixos/nitter: add replaceReddit option
This commit is contained in:
parent
aed899f587
commit
06972ea1fe
1 changed files with 7 additions and 0 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue