Add NüschtOS Search
This commit is contained in:
parent
133c94d64c
commit
e39ff5c046
2 changed files with 7 additions and 2 deletions
|
@ -8,6 +8,5 @@
|
||||||
authenticator
|
authenticator
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
prismlauncher
|
prismlauncher
|
||||||
nexusmods-app-unfree
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -175,7 +175,13 @@
|
||||||
Name = "Noogle";
|
Name = "Noogle";
|
||||||
URLTemplate = "https://noogle.dev/q?term={searchTerms}";
|
URLTemplate = "https://noogle.dev/q?term={searchTerms}";
|
||||||
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
|
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
|
||||||
Alias = "noo";
|
Alias = "ng";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Name = "NüschtOS Search";
|
||||||
|
URLTemplate = "https://search.xn--nschtos-n2a.de/?query={searchTerms}";
|
||||||
|
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
|
||||||
|
Alias = "nu";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
Remove = ["Bing" "LibRedirect" "Wikipedia (en)"];
|
Remove = ["Bing" "LibRedirect" "Wikipedia (en)"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue