1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

firefox: minor option description fix

This commit is contained in:
Robert Helgesson 2020-10-20 00:28:52 +02:00
parent c5e47e25a6
commit dc5239b5ce
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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>.
'';
};
};