From 2ecb3ea990cf737cfb42d8cd805fa86347c1afaf Mon Sep 17 00:00:00 2001 From: Rohan Ferris Date: Sun, 16 Oct 2022 05:49:11 +1000 Subject: [PATCH] firefox: rename chrome-gnome-shell suggestion to gnome.gnome-browser-connector (#3329) gnome3.chrome-gnome-shell is now gnome.gnome-browser-connector --- modules/programs/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/firefox.nix b/modules/programs/firefox.nix index 63adf02bd..bf0eac15b 100644 --- a/modules/programs/firefox.nix +++ b/modules/programs/firefox.nix @@ -363,7 +363,7 @@ in { description = '' Whether to enable the GNOME Shell native host connector. Note, you also need to set the NixOS option - services.gnome3.chrome-gnome-shell.enable to + services.gnome.gnome-browser-connector.enable to true. ''; };