diff --git a/hosts/pinwheel/modules/firefox/default.nix b/hosts/pinwheel/modules/firefox/default.nix index 88ebb90..835c5f3 100644 --- a/hosts/pinwheel/modules/firefox/default.nix +++ b/hosts/pinwheel/modules/firefox/default.nix @@ -29,14 +29,14 @@ let ff = pkgs.writeShellApplication { name = "ff"; text = '' - ${wrapped}/bin/firefox --ProfileManager + ${wrapped}/bin/firefox-devedition --ProfileManager ''; }; ff-alex = pkgs.writeShellApplication { name = "ff-alex"; text = '' - ${wrapped}/bin/firefox -P alex --new-window "$@" + ${wrapped}/bin/firefox-devedition -P alex --new-window "$@" ''; };