home/floorp: Add Sci-Hub search
This commit is contained in:
parent
b9e604fac3
commit
861e296a36
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
|||
urls = [{ template = "https://www.deepl.com/translator#en//{searchTerms}"; }];
|
||||
definedAliases = [ "dpl" ];
|
||||
};
|
||||
|
||||
"Sci-Hub" = {
|
||||
urls = [{ template = "https://sci-hub.se/{searchTerms}"; }];
|
||||
definedAliases = [ "sci" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue