deploy: 7184dfe663
This commit is contained in:
parent
d341ac1698
commit
e9119f8cf3
|
@ -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' firefox/wrapper.nix to check which options you can use
|
# See nixpkgs' 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>
|
||||||
|
|
Loading…
Reference in a new issue