feat(firefox): switch to bin package

This commit is contained in:
matt1432 2025-04-24 13:52:57 -04:00
parent 73a8bc507f
commit 8b2076b82c

View file

@ -22,7 +22,7 @@ in {
programs.firefox = {
enable = true;
package = pkgs.firefox-devedition;
package = pkgs.firefox-devedition-bin;
profiles.${mainProfile} = {
isDefault = true;