feat: install anki

This commit is contained in:
buffet 2023-04-03 18:39:26 +02:00
parent b7830d91bc
commit 0e02daf29b
2 changed files with 3 additions and 0 deletions

View file

@ -32,6 +32,7 @@ in {
home-manager.users.buffet = {
home = {
packages = with pkgs; [
anki
cargo
cargo-crev
cargo-limit

View file

@ -34,6 +34,8 @@
allowOther = true;
directories = [
"anki/.local/share/Anki"
"anki/.local/share/Anki2"
"crev/.local/share/crev"
"data/books"
"data/docs"