mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
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…
Add table
Add a link
Reference in a new issue