nixos/nitter: add replaceReddit option
This commit is contained in:
parent
aed899f587
commit
06972ea1fe
@ -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 New Issue
Block a user