Use firefox developer edition

This commit is contained in:
thiloho
2024-04-04 23:35:17 +02:00
parent 26378a7257
commit a9ab7a148d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
networking.hostName = "laptop";
home-manager.users.thiloho = { pkgs, ... }: {
programs.git.signing.key = "1142F33FFA8ADAAC";
programs.git.signing.key = "BFD8F6A55B1E4F11";
home = {
packages = with pkgs;
[

View File

@@ -56,7 +56,7 @@
firefox = {
enable = true;
package =
pkgs.firefox.override { cfg = { speechSynthesisSupport = true; }; };
pkgs.firefox-devedition.override { cfg = { speechSynthesisSupport = true; }; };
};
chromium = {
enable = true;