Add qutebrowser as alternative browser
This commit is contained in:
parent
dabba27678
commit
4482a7692b
|
@ -18,6 +18,7 @@
|
|||
../alacritty/default.nix
|
||||
../emacs/default.nix
|
||||
../nyxt/default.nix
|
||||
../qutebrowser/default.nix
|
||||
../obs/default.nix
|
||||
];
|
||||
programs.rofi = with pkgs; {
|
||||
|
|
16
home/qutebrowser/default.nix
Normal file
16
home/qutebrowser/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{...}: {
|
||||
stylix.targets.qutebrowser.enable = true;
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
loadAutoconfig = false;
|
||||
searchEngines = rec {
|
||||
w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";
|
||||
aw = "https://wiki.archlinux.org/?search={}";
|
||||
nw = "https://nixos.wiki/index.php?search={}";
|
||||
mn = "https://mynixos.com/search?q={}";
|
||||
ddg = "https://duckduckgo.com/?q={}";
|
||||
a = "https://search.atlas.engineer/searxng/search?q={}";
|
||||
DEFAULT = a;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue