1

Modules/Firefox: Update configPath to old location in ~/

This commit is contained in:
2026-05-12 12:58:45 +02:00
parent a5ca09b7ec
commit 8fd939bc34

View File

@ -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 {