firefox: xdg

This commit is contained in:
2026-02-24 16:50:17 +08:00
parent 43dcdfab27
commit 7490e1b512
+5 -2
View File
@@ -8,9 +8,12 @@ in
};
config = lib.mkIf cfg.enable {
my.hm.programs.firefox.enable = true;
my.hm.programs.firefox = {
enable = true;
configPath = "${config.my.hm.xdg.configHome}/mozilla/firefox";
};
my.persist.homeDirs = [
".mozilla"
".config/mozilla"
];
};
}