diff --git a/options.xhtml b/options.xhtml index 66d96d7fd..3635ada99 100644 --- a/options.xhtml +++ b/options.xhtml @@ -17636,12 +17636,12 @@ null or package
Example:
pkgs.firefox.override {
# See nixpkgs' firefox/wrapper.nix to check which options you can use
- cfg = {
+ nativeMessagingHosts = [
# Gnome shell native connector
- enableGnomeExtensions = true;
+ pkgs.gnome-browser-connector
# Tridactyl native connector
- enableTridactylNative = true;
- };
+ pkgs.tridactyl-native
+ ];
}