pinwheel: Pin firefox legacy configPath

This commit is contained in:
Alexander Heldt
2026-08-16 14:19:58 +02:00
parent 5aaf0fc7f8
commit 77628fd6bb
@@ -53,6 +53,12 @@ in
package = wrapped; package = wrapped;
# Pin the legacy profile location. The default changed to the XDG path
# (`$XDG_CONFIG_HOME/mozilla/firefox`) for stateVersion >= "26.05";
# keep the old `~/.mozilla/firefox` so the existing profile isn't
# stranded (migrating would require moving the profile dir by hand).
configPath = ".mozilla/firefox";
profiles = { profiles = {
alex = { alex = {
id = 0; id = 0;