fix(browser): resolve firefox 'configPath' home manager error

This commit is contained in:
2026-05-20 09:27:40 +02:00
parent 3ccf891efa
commit ba90329c81

View File

@@ -10,6 +10,7 @@
config = lib.mkIf (config.browser.primary == "firefox" || config.browser.secondary == "firefox") {
programs.firefox = {
enable = true;
configPath = "${config.xdg.configHome}/mozilla/firefox";
}
// (import ./firefox-base.nix {
inherit