fix(nix/darwin): Unable to launch firefox-based browser

This commit is contained in:
Ahmad Ansori Palembani 2024-10-25 10:48:24 +07:00
parent d8ad75f69d
commit 76a6a839cb
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -21,4 +21,6 @@
RunAtLoad = true; RunAtLoad = true;
}; };
}; };
home.sessionVariables.MOZ_LEGACY_PROFILES = 1;
} }