fix(browser): resolve firefox 'configPath' home manager error
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
config = lib.mkIf (config.browser.primary == "firefox" || config.browser.secondary == "firefox") {
|
config = lib.mkIf (config.browser.primary == "firefox" || config.browser.secondary == "firefox") {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
configPath = "${config.xdg.configHome}/mozilla/firefox";
|
||||||
}
|
}
|
||||||
// (import ./firefox-base.nix {
|
// (import ./firefox-base.nix {
|
||||||
inherit
|
inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user