mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
firefox: minor option description fix
This commit is contained in:
parent
c5e47e25a6
commit
dc5239b5ce
1 changed files with 4 additions and 3 deletions
|
@ -225,9 +225,10 @@ in
|
|||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable the GNOME Shell native host connector.
|
||||
You need set NixOS's `services.gnome3.chrome-gnome-shell.enable`
|
||||
to <literal>true</literal>.
|
||||
Whether to enable the GNOME Shell native host connector. Note, you
|
||||
also need to set the NixOS option
|
||||
<literal>services.gnome3.chrome-gnome-shell.enable</literal> to
|
||||
<literal>true</literal>.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue