Compare commits
3 Commits
aa668d04d3
...
837233b552
| Author | SHA1 | Date | |
|---|---|---|---|
|
837233b552
|
|||
|
ca0c718f3b
|
|||
|
3c68574aea
|
@ -919,6 +919,14 @@ in
|
||||
"mars" = {
|
||||
user = "smchurla";
|
||||
hostname = "mars.cs.tu-dortmund.de";
|
||||
serverAliveInterval = 60;
|
||||
localForwards = [
|
||||
{
|
||||
bind.port = 22941;
|
||||
host.address = "127.0.0.1";
|
||||
host.port = 22941;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@ -15,7 +15,7 @@ in [
|
||||
(mkBm "Package Search" "https://search.nixos.org/packages")
|
||||
(mkBm "Option Search" "https://search.nixos.org/options?")
|
||||
(mkBm "Function Search" "https://noogle.dev/")
|
||||
(mkBm "HM Search" "https://mipmip.github.io/home-manager-option-search/")
|
||||
(mkBm "HM Search" "https://home-manager-options.extranix.com/")
|
||||
(mkBm "NUR Search" "https://nur.nix-community.org/")
|
||||
(mkBm "Nixpkgs Version Search" "https://lazamar.co.uk/nix-versions/")
|
||||
(mkBm "Nixpkgs PR Tracker" "https://nixpk.gs/pr-tracker.html")
|
||||
|
||||
@ -163,12 +163,19 @@ in {
|
||||
"google"
|
||||
];
|
||||
|
||||
engines = {
|
||||
engines = let
|
||||
mkMan = section: page: p: {
|
||||
name = "Man Pages - ${section}";
|
||||
urls = [{template = "https://man7.org/linux/man-pages/man${page}/{searchTerms}.${page}${p}.html";}];
|
||||
iconMapObj."16" = "https://man7.org/favicon.ico";
|
||||
definedAliases = ["@man${page}"];
|
||||
};
|
||||
in {
|
||||
kagi = {
|
||||
name = "Kagi";
|
||||
urls = [{template = "https://kagi.com/search?q={searchTerms}";}];
|
||||
iconMapObj."16" = "https://kagi.com/favicon.ico";
|
||||
definedAliases = ["@k"];
|
||||
definedAliases = ["@kg"];
|
||||
};
|
||||
|
||||
wiki = {
|
||||
@ -178,13 +185,34 @@ in {
|
||||
definedAliases = ["@w"];
|
||||
};
|
||||
|
||||
nixos-packages = {
|
||||
name = "NixOS Packages";
|
||||
searchix = {
|
||||
name = "Searchix";
|
||||
urls = [{template = "https://searchix.ovh/?query={searchTerms}";}];
|
||||
iconMapObj."16" = "https://nixos.org/favicon.ico";
|
||||
definedAliases = ["@ns"];
|
||||
};
|
||||
|
||||
nixos-packages = {
|
||||
name = "Nix Packages";
|
||||
urls = [{template = "https://search.nixos.org/packages?channel=unstable?query={searchTerms}";}];
|
||||
iconMapObj."16" = "https://nixos.org/favicon.ico";
|
||||
definedAliases = ["@np"];
|
||||
};
|
||||
|
||||
nixos-options = {
|
||||
name = "NixOS Options";
|
||||
urls = [{template = "https://search.nixos.org/options?channel=unstable?query={searchTerms}";}];
|
||||
iconMapObj."16" = "https://nixos.org/favicon.ico";
|
||||
definedAliases = ["@no"];
|
||||
};
|
||||
|
||||
home-manager-options = {
|
||||
name = "Home Manager Options";
|
||||
urls = [{template = "https://home-manager-options.extranix.com/?query={searchTerms}";}];
|
||||
iconMapObj."16" = "https://nixos.org/favicon.ico";
|
||||
definedAliases = ["@hm"];
|
||||
};
|
||||
|
||||
nixos-functions = {
|
||||
name = "NixOS Functions";
|
||||
urls = [{template = "https://noogle.dev/q?term={searchTerms}";}];
|
||||
@ -192,6 +220,13 @@ in {
|
||||
definedAliases = ["@nf"];
|
||||
};
|
||||
|
||||
nixpkgs-issues = {
|
||||
name = "Nixpkgs Issues";
|
||||
urls = [{template = "https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue%20{searchTerms}";}];
|
||||
iconMapObj."16" = "https://github.com/favicon.ico";
|
||||
definedAliases = ["@ni"];
|
||||
};
|
||||
|
||||
nixos-wiki = {
|
||||
name = "NixOS Wiki";
|
||||
urls = [{template = "https://wiki.nixos.org/w/index.php?search={searchTerms}";}];
|
||||
@ -206,13 +241,6 @@ in {
|
||||
definedAliases = ["@aw"];
|
||||
};
|
||||
|
||||
nixpkgs-issues = {
|
||||
name = "Nixpkgs Issues";
|
||||
urls = [{template = "https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue%20{searchTerms}";}];
|
||||
iconMapObj."16" = "https://github.com/favicon.ico";
|
||||
definedAliases = ["@i"];
|
||||
};
|
||||
|
||||
github = {
|
||||
name = "GitHub";
|
||||
urls = [{template = "https://github.com/search?q={searchTerms}&type=repositories";}];
|
||||
@ -220,6 +248,32 @@ in {
|
||||
definedAliases = ["@gh"];
|
||||
};
|
||||
|
||||
man0 = mkMan "POSIX" "0" "p";
|
||||
man1 = mkMan "Commands" "1" "";
|
||||
man2 = mkMan "Syscalls" "2" "";
|
||||
man3 = mkMan "C Functions" "3" "";
|
||||
|
||||
stackoverflow = {
|
||||
name = "Stack Overflow";
|
||||
urls = [{template = "https://stackoverflow.com/search?q={searchTerms}";}];
|
||||
iconMapObj."16" = "https://stackoverflow.com/favicon.ico";
|
||||
definedAliases = ["@so"];
|
||||
};
|
||||
|
||||
x86 = {
|
||||
name = "x86 Ref";
|
||||
urls = [{template = "https://www.felixcloutier.com/x86/{searchTerms}";}];
|
||||
iconMapObj."16" = "https://www.felixcloutier.com/favicon.ico";
|
||||
definedAliases = ["@x86"];
|
||||
};
|
||||
|
||||
youtube = {
|
||||
name = "YouTube";
|
||||
urls = [{template = "https://www.youtube.com/results?search_query={searchTerms}";}];
|
||||
iconMapObj."16" = "https://www.youtube.com/favicon.ico";
|
||||
definedAliases = ["@yt"];
|
||||
};
|
||||
|
||||
google.metaData.alias = "@g";
|
||||
|
||||
# Hide bullshit
|
||||
|
||||
Reference in New Issue
Block a user