firefox: use firefox-bin

This commit is contained in:
Motiejus Jakštys 2024-01-27 16:34:01 +02:00
parent 796ae14c0d
commit 497a59c4c5
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,10 @@
}; };
programs = { programs = {
firefox.enable = true; firefox = {
enable = true;
package = pkgs.firefox-bin;
};
wireshark.enable = true; wireshark.enable = true;
}; };

View File

@ -46,6 +46,7 @@
firefox = lib.mkIf fullDesktop { firefox = lib.mkIf fullDesktop {
enable = true; enable = true;
package = pkgs.firefox-bin;
profiles = { profiles = {
xdefault = { xdefault = {
isDefault = true; isDefault = true;