summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-01-13 15:18:47 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-01-13 15:19:19 +0100
commit38b6d7b60ea32c7a6ea6234e72c1ad3249fc70a0 (patch)
tree0bad845b78323daf5bc2a1a968131bdbf696e882 /pkgs/desktops/gnome-3
parent665a0d28361507ead24998d0b17edbc7ecc828cb (diff)
downloadnixlib-38b6d7b60ea32c7a6ea6234e72c1ad3249fc70a0.tar
nixlib-38b6d7b60ea32c7a6ea6234e72c1ad3249fc70a0.tar.gz
nixlib-38b6d7b60ea32c7a6ea6234e72c1ad3249fc70a0.tar.bz2
nixlib-38b6d7b60ea32c7a6ea6234e72c1ad3249fc70a0.tar.lz
nixlib-38b6d7b60ea32c7a6ea6234e72c1ad3249fc70a0.tar.xz
nixlib-38b6d7b60ea32c7a6ea6234e72c1ad3249fc70a0.tar.zst
nixlib-38b6d7b60ea32c7a6ea6234e72c1ad3249fc70a0.zip
nixos/chrome-gnome-shell: init
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/extensions/chrome-gnome-shell/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/extensions/chrome-gnome-shell/default.nix b/pkgs/desktops/gnome-3/extensions/chrome-gnome-shell/default.nix
index ffdf58ec5f5b..9fc635b2190b 100644
--- a/pkgs/desktops/gnome-3/extensions/chrome-gnome-shell/default.nix
+++ b/pkgs/desktops/gnome-3/extensions/chrome-gnome-shell/default.nix
@@ -26,6 +26,9 @@ in stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "GNOME Shell integration for Chrome";
+    longDescription = ''
+      To use the integration, install the <link xlink:href="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation">browser extension</link>, and then set <option>services.gnome3.chrome-gnome-shell.enable</option> to <literal>true</literal>.
+    '';
     license = licenses.gpl3;
     maintainers = gnome3.maintainers;
     platforms = platforms.linux;