Fixed firefox searchengine name
This commit is contained in:
parent
cdedce8d5b
commit
b9c7a4c4c7
|
@ -46,11 +46,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
profiles.nixos = {
|
profiles.nixos = {
|
||||||
search.default = "DuckDuckGo";
|
search.default = "ddg";
|
||||||
|
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
ublock-origin
|
ublock-origin
|
||||||
# tridactyl # TODO: Add toggle for this extension?
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Theming
|
# Theming
|
||||||
|
|
Loading…
Reference in New Issue