use regular firefox package on darwin

This commit is contained in:
Noah Masur 2025-05-07 08:17:34 -04:00
parent a1dfc77790
commit 88266c9f8d
No known key found for this signature in database

View File

@ -23,7 +23,7 @@ in
programs.firefox = { programs.firefox = {
enable = true; enable = true;
package = if pkgs.stdenv.isDarwin then pkgs.firefox-unwrapped else pkgs.firefox; package = pkgs.firefox;
profiles.default = { profiles.default = {
id = 0; id = 0;
name = "default"; name = "default";