From e39ff5c0462470c5808a6f39e52e99032722414c Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Wed, 20 Aug 2025 10:57:45 -0400 Subject: [PATCH] =?UTF-8?q?Add=20N=C3=BCschtOS=20Search?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/desktop/packages.nix | 1 - modules/graphical/librewolf/default.nix | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/desktop/packages.nix b/modules/desktop/packages.nix index 075a148..44b2152 100644 --- a/modules/desktop/packages.nix +++ b/modules/desktop/packages.nix @@ -8,6 +8,5 @@ authenticator cinny-desktop prismlauncher - nexusmods-app-unfree ]; } diff --git a/modules/graphical/librewolf/default.nix b/modules/graphical/librewolf/default.nix index b4b5a5a..4f21fee 100644 --- a/modules/graphical/librewolf/default.nix +++ b/modules/graphical/librewolf/default.nix @@ -175,7 +175,13 @@ Name = "Noogle"; URLTemplate = "https://noogle.dev/q?term={searchTerms}"; 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)"];