fix: fixed more datasets

This commit is contained in:
Leyla Becker 2026-03-07 19:00:01 -06:00
parent 2f7bbf3e1c
commit 16089e0371
36 changed files with 44 additions and 40 deletions

View file

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