mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Use firefox developer edition
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
firefox = {
|
||||
enable = true;
|
||||
package =
|
||||
pkgs.firefox.override { cfg = { speechSynthesisSupport = true; }; };
|
||||
pkgs.firefox-devedition.override { cfg = { speechSynthesisSupport = true; }; };
|
||||
};
|
||||
chromium = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user