firefox: xdg
This commit is contained in:
@@ -8,9 +8,12 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
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 = [
|
my.persist.homeDirs = [
|
||||||
".mozilla"
|
".config/mozilla"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user