diff --git a/nixos/users/tdpeuter/default.nix b/nixos/users/tdpeuter/default.nix index e3d6514..353a1d4 100644 --- a/nixos/users/tdpeuter/default.nix +++ b/nixos/users/tdpeuter/default.nix @@ -59,6 +59,7 @@ in { vifm # File manager zathura # PDF viewer zellij # Tmux + screen alternative + zotero zsh zsh-autosuggestions zsh-syntax-highlighting diff --git a/nixos/users/tdpeuter/firefox.nix b/nixos/users/tdpeuter/firefox.nix index 626eecc..5bb0b46 100644 --- a/nixos/users/tdpeuter/firefox.nix +++ b/nixos/users/tdpeuter/firefox.nix @@ -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" ]; + }; }; }; };