1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-27 05:29:46 +01: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; type = types.bool;
default = false; default = false;
description = '' description = ''
Whether to enable the GNOME Shell native host connector. Whether to enable the GNOME Shell native host connector. Note, you
You need set NixOS's `services.gnome3.chrome-gnome-shell.enable` also need to set the NixOS option
to <literal>true</literal>. <literal>services.gnome3.chrome-gnome-shell.enable</literal> to
<literal>true</literal>.
''; '';
}; };
}; };