mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add qutebrowser
This commit is contained in:
parent
80bede4f0b
commit
dfcfbed3ee
1 changed files with 9 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
|||
chromium
|
||||
];
|
||||
|
||||
|
||||
home.sessionVariables.BROWSER = "librewolf";
|
||||
programs.zsh.sessionVariables.BROWSER = "librewolf";
|
||||
|
||||
|
|
@ -29,5 +28,14 @@
|
|||
"network.cookie.lifetimePolicy" = 0;
|
||||
};
|
||||
};
|
||||
|
||||
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