diff --git a/modules/home/desktop/development.nix b/modules/home/desktop/development.nix index b98dd64..da24655 100644 --- a/modules/home/desktop/development.nix +++ b/modules/home/desktop/development.nix @@ -5,18 +5,20 @@ config = lib.mkIf config.mods.desktop.development.enable { # home.packages = with pkgs; []; programs.qutebrowser = { - enable = false; + enable = true; settings = { content.cookies.accept = "no-3rdparty"; url = { - default_page = "https://searx.be/"; - start_pages = "https://searx.be/"; + default_page = "https://planet.gnu.org/"; + start_pages = "https://planet.gnu.org/"; }; }; searchEngines = { - DEFAULT = "https://searx.be/?q={}"; + DEFAULT = "https://searx.be/?s={}"; + np = "https://search.nixos.org/packages?query={}"; + no = "https://search.nixos.org/options?query={}"; }; extraConfig = '' diff --git a/modules/home/desktop/productivity.nix b/modules/home/desktop/productivity.nix index 5826c05..02fc090 100644 --- a/modules/home/desktop/productivity.nix +++ b/modules/home/desktop/productivity.nix @@ -31,11 +31,6 @@ programs.qutebrowser = { enable = true; - searchEngines = { - DEFAULT = "https://searx.be/?s={}"; - np = "https://search.nixos.org/packages?query={}"; - no = "https://search.nixos.org/options?query={}"; - }; }; }; }