backwards: Fix firefox binary paths

This commit is contained in:
Alexander Heldt
2025-03-25 20:18:43 +01:00
parent 90c885d6cd
commit f9b5905c96

View File

@@ -29,7 +29,7 @@ let
ff-alex = pkgs.writeShellApplication { ff-alex = pkgs.writeShellApplication {
name = "ff-alex"; name = "ff-alex";
text = '' text = ''
${wrapped}/bin/firefox -P alex --new-window "$@" ${wrapped}/bin/firefox-devedition -P alex --new-window "$@"
''; '';
}; };