From 0a5da7a2932aad785208b8ab98bf67cf39d6f7e3 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 16 Aug 2026 14:15:08 +0200 Subject: [PATCH] backwards: Pin `firefox` legacy `configPath` --- hosts/backwards/modules/firefox/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/backwards/modules/firefox/default.nix b/hosts/backwards/modules/firefox/default.nix index 96c291e..f438cf0 100644 --- a/hosts/backwards/modules/firefox/default.nix +++ b/hosts/backwards/modules/firefox/default.nix @@ -46,6 +46,12 @@ in 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 = { alex = { id = 0;