diff options
| author | andromeda <andromeda@lenovo> | 2026-01-25 10:58:46 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-25 10:59:20 +0100 |
| commit | e4305c15ac624e5f39ca1122bc6e922660a833ad (patch) | |
| tree | d643110d9e581286c88428d4f03379c7ce4db4e6 /users | |
| parent | 6e7e52aecfb98f9cfec748acef50ecf6845aea77 (diff) | |
| parent | 5c99e52e09e7fa83edfad0213c81db2bc6fa7104 (diff) | |
failed to npins, patch phoenix
Diffstat (limited to 'users')
| -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; |
