Merge pull request #68182 from worldofpeace/chrome-gnome-shell
nixos/gnome3: enable chrome-gnome-shelll
This commit is contained in:
commit
93e5683353
@ -23,5 +23,7 @@ with lib;
|
|||||||
environment.systemPackages = [ pkgs.chrome-gnome-shell ];
|
environment.systemPackages = [ pkgs.chrome-gnome-shell ];
|
||||||
|
|
||||||
services.dbus.packages = [ pkgs.chrome-gnome-shell ];
|
services.dbus.packages = [ pkgs.chrome-gnome-shell ];
|
||||||
|
|
||||||
|
nixpkgs.config.firefox.enableGnomeExtensions = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -227,6 +227,7 @@ in
|
|||||||
|
|
||||||
(mkIf serviceCfg.core-shell.enable {
|
(mkIf serviceCfg.core-shell.enable {
|
||||||
services.colord.enable = mkDefault true;
|
services.colord.enable = mkDefault true;
|
||||||
|
services.gnome3.chrome-gnome-shell.enable = mkDefault true;
|
||||||
services.gnome3.glib-networking.enable = true;
|
services.gnome3.glib-networking.enable = true;
|
||||||
services.gnome3.gnome-remote-desktop.enable = mkDefault true;
|
services.gnome3.gnome-remote-desktop.enable = mkDefault true;
|
||||||
services.gnome3.gnome-settings-daemon.enable = true;
|
services.gnome3.gnome-settings-daemon.enable = true;
|
||||||
|
@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
|
|||||||
description = "GNOME Shell integration for Chrome";
|
description = "GNOME Shell integration for Chrome";
|
||||||
homepage = https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome;
|
homepage = https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome;
|
||||||
longDescription = ''
|
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;
|
license = licenses.gpl3;
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
|
Loading…
Reference in New Issue
Block a user