Firefox : Enable legacy profiles.
This commit is contained in:
parent
c9cd1711bf
commit
31b4ed7a7e
|
@ -1,4 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, environment, ... }: {
|
||||
# Disable profile switching on rebuild.
|
||||
environment.variables.MOZ_LEGACY_PROFILES = "1";
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-esr;
|
||||
|
|
Reference in a new issue