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, 0 insertions, 14 deletions
diff --git a/modules/programs/anki.nix b/modules/programs/anki.nix
deleted file mode 100644
index ca0cd0f..0000000
--- a/modules/programs/anki.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- flake.modules.homeManager.anki =
- { ... }:
- {
- programs.anki = {
- enable = true;
- #style = "native";
- #addons = with pkgs.ankiAddons; [
- # anki-connect
- # review-heatmap
- #];
- };
- };
-}