Skip to content

Commit

Permalink
fix(firefox): Fix misspelled extension IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 11, 2024
1 parent bbe749d commit f49ca56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home-manager/modules/arkenfox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
};
# Disable built-in search engines
"[email protected]" = { installation_mode = "blocked"; };
"bing.mozilla.org" = { installation_mode = "blocked"; };
"ddg.mozilla.org" = { installation_mode = "blocked"; };
"ebay.mozilla.org" = { installation_mode = "blocked"; };
"google.mozilla.org" = { installation_mode = "blocked"; };
"bing@search.mozilla.org" = { installation_mode = "blocked"; };
"ddg@search.mozilla.org" = { installation_mode = "blocked"; };
"ebay@search.mozilla.org" = { installation_mode = "blocked"; };
"google@search.mozilla.org" = { installation_mode = "blocked"; };
};
Preferences = {
# use 1Password for this
Expand Down

0 comments on commit f49ca56

Please sign in to comment.