diff options
Diffstat (limited to 'modules/users/productivity/anki/default.nix')
| -rw-r--r-- | modules/users/productivity/anki/default.nix | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/modules/users/productivity/anki/default.nix b/modules/users/productivity/anki/default.nix index efe4ab5..58d8f49 100644 --- a/modules/users/productivity/anki/default.nix +++ b/modules/users/productivity/anki/default.nix @@ -1,6 +1,5 @@ { config, - options, lib, ... }: @@ -17,14 +16,13 @@ in }; }; config = mkIf cfg.enable { - # Marked as broken - #home-manager.users.${username}.programs.anki = { - #enable = true; - #style = "native"; - #addons = with pkgs.ankiAddons; [ - # anki-connect - # review-heatmap - #]; - #}; + programs.anki = { + enable = true; + #style = "native"; + #addons = with pkgs.ankiAddons; [ + # anki-connect + # review-heatmap + #]; + }; }; } |
