diff options
Diffstat (limited to 'modules/home/productivity/anki')
| -rw-r--r-- | modules/home/productivity/anki/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/home/productivity/anki/default.nix b/modules/home/productivity/anki/default.nix index 84b1655..6a95f83 100644 --- a/modules/home/productivity/anki/default.nix +++ b/modules/home/productivity/anki/default.nix @@ -13,12 +13,12 @@ in }; config = mkIf cfg.enable { programs.anki = { - enable = true; - #style = "native"; - #addons = with pkgs.ankiAddons; [ - # anki-connect - # review-heatmap - #]; + enable = true; + #style = "native"; + #addons = with pkgs.ankiAddons; [ + # anki-connect + # review-heatmap + #]; }; }; } |
