firefox: Set some config stuff
This commit is contained in:
parent
c37687b393
commit
cecd4b0698
1 changed files with 6 additions and 1 deletions
|
@ -84,7 +84,12 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.firefox;
|
package = pkgs.firefox.override {
|
||||||
|
cfg = {
|
||||||
|
enableGnomeExtensions = true;
|
||||||
|
enableSpeechSynthesisSupport = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
profiles = {
|
profiles = {
|
||||||
private = {
|
private = {
|
||||||
|
|
Loading…
Reference in a new issue