diff --git a/home/hyprland/anyrun.nix b/home/hyprland/anyrun.nix index 0ba7bad0..99c0ce8b 100644 --- a/home/hyprland/anyrun.nix +++ b/home/hyprland/anyrun.nix @@ -20,7 +20,21 @@ hidePluginInfo = true; closeOnClick = true; }; - + extraConfigFiles."websearch.ron".text = '' + Config( + prefix: "!", + // Options: Google, Ecosia, Bing, DuckDuckGo, Custom + // + // Custom engines can be defined as such: + // Custom( + // name: "Searx", + // url: "searx.be/?q={}", + // ) + // + // NOTE: `{}` is replaced by the search query and `https://` is automatically added in front. + engines: [DuckDuckGo] + ) + ''; extraCss = with config.lib.stylix.colors.withHashtag; '' * { all: unset;