aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/anki.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/anki.nix')
-rw-r--r--modules/programs/anki.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/programs/anki.nix b/modules/programs/anki.nix
new file mode 100644
index 0000000..ca0cd0f
--- /dev/null
+++ b/modules/programs/anki.nix
@@ -0,0 +1,14 @@
+{
+ flake.modules.homeManager.anki =
+ { ... }:
+ {
+ programs.anki = {
+ enable = true;
+ #style = "native";
+ #addons = with pkgs.ankiAddons; [
+ # anki-connect
+ # review-heatmap
+ #];
+ };
+ };
+}