[firefox] Add Google Scholar alias
This commit is contained in:
parent
e1b5cb2ea4
commit
1f5facd346
2 changed files with 11 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ in {
|
|||
vifm # File manager
|
||||
zathura # PDF viewer
|
||||
zellij # Tmux + screen alternative
|
||||
zotero
|
||||
zsh
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
|
|
|
|||
|
|
@ -101,6 +101,16 @@ in {
|
|||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = [ "@no" ];
|
||||
};
|
||||
"Google Scholar" = {
|
||||
urls = [{
|
||||
template = "https://scholar.google.ch/scholar";
|
||||
params = [
|
||||
{ name = "q"; value = "{searchTerms}"; }
|
||||
];
|
||||
}];
|
||||
|
||||
definedAliases = [ "@gs" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue