home/floorp: Add Sci-Hub search
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2025-01-10 17:57:33 +01:00
parent b9e604fac3
commit 861e296a36
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -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 {