feat: made persist build with new impermanence system

This commit is contained in:
Leyla Becker 2025-11-10 15:42:25 -06:00
parent d06c25f33f
commit 61eef3067e
35 changed files with 36 additions and 36 deletions

View file

@ -4,9 +4,9 @@
...
}: {
config = lib.mkIf (config.programs.anki.enable && config.impermanence.enable) {
home.persistence."/persist${config.home.homeDirectory}" = {
home.persistence."/persist/home" = {
directories = [
"${config.xdg.dataHome}/Anki2/"
".local/share/Anki2"
];
};
};