feat: declare anki config

This commit is contained in:
2025-12-14 22:44:45 +01:00
parent b8b7f6bce7
commit f8bac5414b
4 changed files with 35 additions and 19 deletions

View File

@@ -13,6 +13,10 @@
inherit config;
inherit pkgs;
})
(import ../../modules/anki.nix {
inherit config;
inherit pkgs;
})
];
programs.taskwarrior.config.recurrence = lib.mkForce "on";