nixos/chrome-gnome-shell: enable in firefox

This commit is contained in:
worldofpeace 2019-09-05 23:07:59 -04:00
parent ce67c2ef59
commit 2f14615ddc

View File

@ -23,5 +23,7 @@ with lib;
environment.systemPackages = [ pkgs.chrome-gnome-shell ];
services.dbus.packages = [ pkgs.chrome-gnome-shell ];
nixpkgs.config.firefox.enableGnomeExtensions = true;
};
}