mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +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 ];
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user