From 590cca901b8b923590f3af2d352f77574acb6717 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 8 Sep 2024 19:40:25 +0200 Subject: [PATCH] switch to the bin package of ff dev --- modules/gui/firefox.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gui/firefox.nix b/modules/gui/firefox.nix index a718ee6..f9610b3 100644 --- a/modules/gui/firefox.nix +++ b/modules/gui/firefox.nix @@ -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;