fix(firefox): get rid of the warning message for the firefox config home
This commit is contained in:
@@ -18,5 +18,8 @@
|
||||
|
||||
# browsers
|
||||
programs.chromium.enable = true;
|
||||
programs.firefox.enable = true;
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
configPath = "${config.xdg.configHome}/mozilla/firefox";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user