mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 01:23:48 +00:00
nixos/chrome-gnome-shell: enable in firefox
This commit is contained in:
parent
ce67c2ef59
commit
2f14615ddc
|
@ -23,5 +23,7 @@ with lib;
|
|||
environment.systemPackages = [ pkgs.chrome-gnome-shell ];
|
||||
|
||||
services.dbus.packages = [ pkgs.chrome-gnome-shell ];
|
||||
|
||||
nixpkgs.config.firefox.enableGnomeExtensions = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue