fix(firefox): switch back to ff dev from nixpkgs

this fucking flake doesn't work and gives me some weird ass crash
This commit is contained in:
jacekpoz 2023-08-02 16:02:27 +02:00
parent d537b3dbcf
commit ffcbeafa73

View file

@ -41,7 +41,7 @@
in {
programs.firefox = {
enable = true;
package = inputs.firefox-nightly.packages.${pkgs.system}.firefox-nightly-bin;
package = pkgs.firefox-devedition;
profiles = {
"schizo.dev-edition-default" = {
id = 0;