forked from jan-leila/nix-config
fix: fixed more datasets
This commit is contained in:
parent
2f7bbf3e1c
commit
16089e0371
36 changed files with 44 additions and 40 deletions
|
|
@ -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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue