summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/extensions
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-07 03:13:22 -0400
committerGitHub <noreply@github.com>2019-09-07 03:13:22 -0400
commit93e56833538a9e26113fce9e7c638951f1c9ae89 (patch)
tree456562ced7dc1eaf73d0426efa3ca7c00b20e39b /pkgs/desktops/gnome-3/extensions
parentc98c1a3e7c360c79b314ee68f9fa4c3e4152f364 (diff)
parentb92fc09d4676d0fcb73d6aef296a366f49734576 (diff)
downloadnixpkgs-93e56833538a9e26113fce9e7c638951f1c9ae89.tar
nixpkgs-93e56833538a9e26113fce9e7c638951f1c9ae89.tar.gz
nixpkgs-93e56833538a9e26113fce9e7c638951f1c9ae89.tar.bz2
nixpkgs-93e56833538a9e26113fce9e7c638951f1c9ae89.tar.lz
nixpkgs-93e56833538a9e26113fce9e7c638951f1c9ae89.tar.xz
nixpkgs-93e56833538a9e26113fce9e7c638951f1c9ae89.tar.zst
nixpkgs-93e56833538a9e26113fce9e7c638951f1c9ae89.zip
Merge pull request #68182 from worldofpeace/chrome-gnome-shell
nixos/gnome3: enable chrome-gnome-shelll
Diffstat (limited to 'pkgs/desktops/gnome-3/extensions')
-rw-r--r--pkgs/desktops/gnome-3/extensions/chrome-gnome-shell/default.nix2
1 files changed, 1 insertions, 1 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 b4b184d4fa0..f04999a449c 100644
--- a/pkgs/desktops/gnome-3/extensions/chrome-gnome-shell/default.nix
+++ b/pkgs/desktops/gnome-3/extensions/chrome-gnome-shell/default.nix
@@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
     description = "GNOME Shell integration for Chrome";
     homepage = https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome;
     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>. For Firefox based browsers, you will also need to build the wrappers with <option>nixpkgs.config.firefox.enableGnomeExtensions</option> set to <literal>true</literal>.
+      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;