mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
69d19b9839
With this change, it's now possible to configure the default search engine in Firefox with programs.firefox.profiles.<name>.search.default and add custom engines with programs.firefox.profiles.<name>.search.engines. It's also recommended to enable programs.firefox.profiles.<name>.search.force = true since Firefox will replace the symlink for the search configuration on every launch, but note that you'll loose any existing configuration by enabling this.
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"engines": [
|
|
{
|
|
"_definedAliases": [
|
|
"@np"
|
|
],
|
|
"_iconURL": "file:///run/current-system/sw/share/icons/hicolor/scalable/apps/nix-snowflake.svg",
|
|
"_isAppProvided": false,
|
|
"_loadPath": "[home-manager]/programs.firefox.profiles.search.search.engines.\"Nix Packages\"",
|
|
"_metaData": {
|
|
"order": 1
|
|
},
|
|
"_name": "Nix Packages",
|
|
"_urls": [
|
|
{
|
|
"params": [
|
|
{
|
|
"name": "type",
|
|
"value": "packages"
|
|
},
|
|
{
|
|
"name": "query",
|
|
"value": "{searchTerms}"
|
|
}
|
|
],
|
|
"template": "https://search.nixos.org/packages"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"_definedAliases": [
|
|
"@nw"
|
|
],
|
|
"_iconURL": "https://nixos.wiki/favicon.png",
|
|
"_iconUpdateURL": "https://nixos.wiki/favicon.png",
|
|
"_isAppProvided": false,
|
|
"_loadPath": "[home-manager]/programs.firefox.profiles.search.search.engines.\"NixOS Wiki\"",
|
|
"_metaData": {
|
|
"order": 2
|
|
},
|
|
"_name": "NixOS Wiki",
|
|
"_updateInterval": 86400000,
|
|
"_urls": [
|
|
{
|
|
"template": "https://nixos.wiki/index.php?search={searchTerms}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"_isAppProvided": true,
|
|
"_metaData": {
|
|
"hidden": true
|
|
},
|
|
"_name": "Bing"
|
|
},
|
|
{
|
|
"_isAppProvided": true,
|
|
"_metaData": {},
|
|
"_name": "DuckDuckGo"
|
|
},
|
|
{
|
|
"_isAppProvided": true,
|
|
"_metaData": {
|
|
"alias": "@g"
|
|
},
|
|
"_name": "Google"
|
|
}
|
|
],
|
|
"metaData": {
|
|
"current": "DuckDuckGo",
|
|
"hash": "BWvqUiaCuMJ20lbymFf2dqzWyl1cgm1LZhhdWNEp0Cc=",
|
|
"useSavedOrder": true
|
|
},
|
|
"version": 6
|
|
}
|