Add NüschtOS Search

This commit is contained in:
Henry Hiles 2025-08-20 10:57:45 -04:00
commit e39ff5c046
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View file

@ -8,6 +8,5 @@
authenticator authenticator
cinny-desktop cinny-desktop
prismlauncher prismlauncher
nexusmods-app-unfree
]; ];
} }

View file

@ -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)"];