switch to the bin package of ff dev
This commit is contained in:
parent
b7dbd90c0d
commit
590cca901b
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue