Is there any way to install say the ankiconnect addon via home-manager?
Fun timing. I opened a PR for this recently. With it you can do pkgs.anki.withAddons [ pkgs.ankiAddons.anki-connect ]
. There’ll also be a home-manager module after the PR gets merged.
Oh that is fun timing, do you think you could add the review heatmap addon? I would do it but I do not trust my ability to code in nix quite yet.
@eljamm worked on this in anki-addons.review-heatmap: init at 1.0.1 · NixOS/nixpkgs@4e0211b · GitHub
Wow, I was just trying to solve this exact issue!
You are doing awesome work and thank you very much for your contributions and effort! I hope the PR gets merged.
the speaker of truth
Yes, but this was missing an anki-review-heatmap.js
file, without which the addon doesn’t work properly. Thankfully, I figured out how to build it from source and the addon seems to be working fine from my tests (well, except for some missing icons).
I’ll upstream this to nixpkgs after the initial addons PR lands, but in the meantime those that are interested can find the code in my fork, with usage instructions as well.