From e9119f8cf3d2457d9b209bf287e53fdcf1694d89 Mon Sep 17 00:00:00 2001 From: rycee Date: Sat, 23 Dec 2023 17:04:28 +0000 Subject: [PATCH] deploy: 7184dfe663ec35629802ed2a739147989173422a --- options.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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
+  ];
 }