updated paths to be based on xdg configurations

This commit is contained in:
Leyla Becker 2025-06-04 21:00:04 -05:00
parent 28ac8a4fa4
commit 8c4bd4291d
14 changed files with 24 additions and 19 deletions

View file

@ -19,7 +19,7 @@
lib.mkIf osConfig.host.impermanence.enable {
home.persistence."/persist${config.home.homeDirectory}" = {
directories = [
".config/Signal"
"${config.xdg.configHome}/Signal"
];
};
}