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") {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
configPath = "${config.xdg.configHome}/mozilla/firefox";
|
||||
}
|
||||
// (import ./firefox-base.nix {
|
||||
inherit
|
||||
|
||||
Reference in New Issue
Block a user