mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
deploy: 7184dfe663
This commit is contained in:
parent
d341ac1698
commit
e9119f8cf3
1 changed files with 4 additions and 4 deletions
|
@ -17636,12 +17636,12 @@ null or package</p>
|
|||
|
||||
<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
|
||||
cfg = {
|
||||
nativeMessagingHosts = [
|
||||
# Gnome shell native connector
|
||||
enableGnomeExtensions = true;
|
||||
pkgs.gnome-browser-connector
|
||||
# Tridactyl native connector
|
||||
enableTridactylNative = true;
|
||||
};
|
||||
pkgs.tridactyl-native
|
||||
];
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
|
Loading…
Reference in a new issue