switch to the bin package of ff dev

This commit is contained in:
jacekpoz 2024-09-08 19:40:25 +02:00
parent b7dbd90c0d
commit 590cca901b
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -76,7 +76,7 @@ in {
firefox-schizo = {
name = "Firefox Schizo";
genericName = "Web Browser";
exec = "${getExe pkgs.firefox-devedition} --name firefox-schizo -P schizo %U";
exec = "${getExe pkgs.firefox-devedition-bin} --name firefox-schizo -P schizo %U";
icon = "${logo}";
terminal = false;
categories = [ "Network" "WebBrowser" ];
@ -90,7 +90,7 @@ in {
firefox-unschizo = {
name = "Firefox Unschizo";
genericName = "Web Browser";
exec = "${getExe pkgs.firefox-devedition} --name firefox-unschizo -P unschizo %U";
exec = "${getExe pkgs.firefox-devedition-bin} --name firefox-unschizo -P unschizo %U";
icon = "${logo}";
terminal = false;
categories = [ "Network" "WebBrowser" ];
@ -105,7 +105,7 @@ in {
programs.firefox = {
enable = true;
package = pkgs.firefox-devedition;
package = pkgs.firefox-devedition-bin;
profiles = {
"schizo" = {
id = 0;