From 8fd939bc34add7d3e716a99a1229a037b28f7f24 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 12 May 2026 12:58:45 +0200 Subject: [PATCH] Modules/Firefox: Update configPath to old location in ~/ --- home/homemodules/firefox/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/homemodules/firefox/default.nix b/home/homemodules/firefox/default.nix index 3f5fdb9b..f89d56cd 100644 --- a/home/homemodules/firefox/default.nix +++ b/home/homemodules/firefox/default.nix @@ -86,7 +86,8 @@ in { programs.firefox = { enable = true; - configPath = "${config.xdg.configHome}/mozilla/firefox"; + # configPath = "${config.xdg.configHome}/mozilla/firefox"; + configPath = "${config.home.homeDirectory}/.mozilla/firefox"; # firefox-unwrapped is the pure firefox browser, wrapFirefox adds configuration ontop package = pkgs.wrapFirefox pkgs.firefox-unwrapped {