summaryrefslogtreecommitdiff
path: root/users/andromeda/home.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-25 10:58:15 +0100
committerandromeda <andromeda@lenovo>2026-01-25 10:58:15 +0100
commit5c99e52e09e7fa83edfad0213c81db2bc6fa7104 (patch)
tree855955b2202b86cf888435932c2d8d4a33df13a1 /users/andromeda/home.nix
parentad7e25dce37f45b343455d33d90c9487a5c14a48 (diff)
patch phoenix to allow user to auto enable extensionsnpins
Diffstat (limited to 'users/andromeda/home.nix')
-rw-r--r--users/andromeda/home.nix69
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;