mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix qutebrowser
This commit is contained in:
parent
dfcfbed3ee
commit
bab32f6eb3
2 changed files with 6 additions and 9 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
|
|
@ -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={}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue