Fix qutebrowser

This commit is contained in:
muon 2024-08-23 13:25:21 +00:00
parent dfcfbed3ee
commit bab32f6eb3
2 changed files with 6 additions and 9 deletions

View file

@ -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 = ''