feat: update cursor
This commit is contained in:
parent
158b91d842
commit
2fab8c92b4
5 changed files with 2860 additions and 23 deletions
14
home.nix
14
home.nix
|
|
@ -234,6 +234,20 @@
|
|||
"zen.theme.border-radius" = 0;
|
||||
"zen.theme.content-element-separation" = 0;
|
||||
};
|
||||
# Add SearXNG as default search engine
|
||||
SearchEngines = {
|
||||
Default = "SearXNG";
|
||||
Add = [
|
||||
{
|
||||
Name = "SearXNG";
|
||||
URLTemplate = "http://127.0.0.1:8888/search?q={searchTerms}";
|
||||
Method = "GET";
|
||||
IconURL = "http://127.0.0.1:8888/static/themes/simple/img/searxng.png";
|
||||
Alias = "sx";
|
||||
Description = "SearXNG - Privacy-respecting metasearch engine";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue