mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +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 New Issue
Block a user