diff options
Diffstat (limited to 'users/andromeda')
| -rw-r--r-- | users/andromeda/home.nix | 69 |
1 files changed, 9 insertions, 60 deletions
diff --git a/users/andromeda/home.nix b/users/andromeda/home.nix index da409eb..af9c361 100644 --- a/users/andromeda/home.nix +++ b/users/andromeda/home.nix @@ -98,69 +98,18 @@ in { cfg.enableTridactylNative = true; }; profiles.${config.home.username} = { - extensions.packages = [ - pkgs.nur.repos.rycee.firefox-addons.tridactyl - ]; + extensions = { + force = true; + packages = [ + pkgs.nur.repos.rycee.firefox-addons.tridactyl + ]; + }; search = { - default = "ddghtml"; - privateDefault = "ddghtml"; + default = "DuckDuckGo (HTML)"; + privateDefault = "DuckDuckGo (HTML)"; order = [ - "wiki" - "options" - "packages" - "repos" + "DuckDuckGo (HTML)" ]; - engines = { - "packages" = { - urls = [ - { - template = "https://search.nixos.org/packages"; - params = [ - { - name = "channel"; - value = "unstable"; - } - { - name = "query"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - - "options" = { - urls = [ - { - template = "https://search.nixos.org/options"; - params = [ - { - name = "channel"; - value = "unstable"; - } - { - name = "query"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - - "wiki" = { - urls = [ - { - template = "https://wiki.nixos.org/w/index.php"; - params = [ - { - name = "search"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - }; }; settings = { "extensions.autoDisableScopes" = 0; |
