This commit is contained in:
rycee 2023-12-23 17:04:28 +00:00
parent d341ac1698
commit e9119f8cf3

View file

@ -17636,12 +17636,12 @@ null or package</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">pkgs.firefox.override { <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">pkgs.firefox.override {
# See nixpkgs&#x27; firefox/wrapper.nix to check which options you can use # See nixpkgs&#x27; firefox/wrapper.nix to check which options you can use
cfg = { nativeMessagingHosts = [
# Gnome shell native connector # Gnome shell native connector
enableGnomeExtensions = true; pkgs.gnome-browser-connector
# Tridactyl native connector # Tridactyl native connector
enableTridactylNative = true; pkgs.tridactyl-native
}; ];
} }
</code></pre> </code></pre>