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:
parent
d537b3dbcf
commit
ffcbeafa73
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue